3 hours ago
Hello Selur
I attached the new RC2 to this post.
The main changes are:
1) new optional proximity-weighted memory matching (this feature is managed by the configuration file located in vsslib/models.json)
2) new weights folder structure:
dinov3-vitb16.zip -> unzip to vshavc\colormnet2\weights
DINOv3FeatureV6_LocalAtten_p372402.pth -> download to vshavc\colormnet2\weights
The new folder structure is the following (dinov3-vitb16 has moved from "colormnet\weights" to "colormnet2\weights")
If there are no other issues, I will release the official version this weekend.
Dan
I attached the new RC2 to this post.
The main changes are:
1) new optional proximity-weighted memory matching (this feature is managed by the configuration file located in vsslib/models.json)
2) new weights folder structure:
dinov3-vitb16.zip -> unzip to vshavc\colormnet2\weights
DINOv3FeatureV6_LocalAtten_p372402.pth -> download to vshavc\colormnet2\weights
The new folder structure is the following (dinov3-vitb16 has moved from "colormnet\weights" to "colormnet2\weights")
├── colormnet\weights\
│ └── DINOv2FeatureV6_LocalAtten_s2_154000.pth ColorMNet (CMNET1), CMNET2 with backbone="dinov2"
├── colormnet2\weights\
│ ├── DINOv3FeatureV6_LocalAtten_p372402.pth CMNET2 with backbone="dinov3" (default)
│ └── dinov3-vitb16\
│ ├── config.json
│ └── model.safetensorsIf there are no other issues, I will release the official version this weekend.
Dan

