-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use coco_20k data? #72
Comments
I do not want use megadepth and scannet data, just like coco_20k data? |
Basically you need to update the dataloader and loss. I used to have coco in DKM training. Wouldnt really recommend it though. |
why? |
Because if you train dense matchers on homography they only do well on homography. |
ok , I want to train my own dataset, about 128*128 image size |
According to you, I want use scannet data to crop 128*128 image size to train. and detection in my own dataset. is it correct? |
Hi, what should I trianing RoMa with coco_20k data augmentation?
like https://github.com/verlab/accelerated_features/blob/main/modules/dataset/augmentation.py
https://github.com/verlab/accelerated_features/blob/main/modules/dataset/augmentation.py
how should I revise?
The text was updated successfully, but these errors were encountered: