Skip to content

Add files via upload#115

Open
mrezaei92 wants to merge 1 commit intoIntellindust-AI-Lab:mainfrom
mrezaei92:main
Open

Add files via upload#115
mrezaei92 wants to merge 1 commit intoIntellindust-AI-Lab:mainfrom
mrezaei92:main

Conversation

@mrezaei92
Copy link

There is a critical configuration mismatch that obviously changes the model architecture and behavior:

YAML Config (deimv2_dinov3_m_coco.yml and deimv2_dinov3_s_coco.yml):
DINOv3STAs:
  interaction_indexes: [3, 7, 11]  # [1/8, 1/16, 1/32]


However, in the notebook hf_models.ipynb, we have for the same model variants:

"DINOv3STAs": {
  "interaction_indexes": [5, 8, 11], # <--- INCORRECT
  ...
}

There is a critical configuration mismatch that obviously changes the model architecture and behavior:

```
YAML Config (deimv2_dinov3_m_coco.yml and deimv2_dinov3_s_coco.yml):
DINOv3STAs:
  interaction_indexes: [3, 7, 11]  # [1/8, 1/16, 1/32]


```
However, in the notebook hf_models.ipynb, we have for the same model variants:
```
"DINOv3STAs": {
  "interaction_indexes": [5, 8, 11], # <--- INCORRECT
  ...
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant