You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello -- really appreciate your work! I was able to get a ResNet 50 model to train perfectly well on my custom dataset using your config files and confirmed that Stable DINO / R50 is better than DINO / R50 for my COCO-like dataset.
However, when trying to change to using Swin or ViT, the Stable DINO does not train properly but DINO does.
I have tried:
modifying positional encoding temperature to match MMDetection values for transformer backbones (20/0) instead of (10000/-0.5)
confirming that backbone model weights load exactly as they do in MMDetection and have equivalent values
confirming that channelmapper / neck inputs and outputs are exactly as expected
confirming that batch size, weight decay, optimizer, learning rate, etc are all exactly the same
The text was updated successfully, but these errors were encountered:
Hello -- really appreciate your work! I was able to get a ResNet 50 model to train perfectly well on my custom dataset using your config files and confirmed that Stable DINO / R50 is better than DINO / R50 for my COCO-like dataset.
However, when trying to change to using Swin or ViT, the Stable DINO does not train properly but DINO does.
I have tried:
The text was updated successfully, but these errors were encountered: