-
Notifications
You must be signed in to change notification settings - Fork 223
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
Request for evaluation code #113
Comments
Hi, we provide COCO evaluation code here. You can put it in the folder We modify the evaluation code from Prompt-Segment-Anything. You can refer to their github page for downloading pretrained checkpoints For example, using 1 or 8 GPU, you will get a baseline result of AP 48.5.
Changing the config to hq-sam, you will get ours result of AP 49.5.
|
@ymq2017 Thank you! Would you mind sharing the evaluation code on YTVIS, HQ-YTVIS, and DAVIS? Thanks a lot! |
Hi authors, thanks for your great work. |
Hi, we use this script for downloading the FocalNet-DINO checkpoint. # FocalNet-L+DINO
cd ckpt
python -m wget https://projects4jw.blob.core.windows.net/focalnet/release/detection/focalnet_large_fl4_o365_finetuned_on_coco.pth -o focalnet_l_dino.pth
cd ..
python tools/convert_ckpt.py ckpt/focalnet_l_dino.pth ckpt/focalnet_l_dino.pth |
@ymq2017 How much GPU memory is needed for evaluation? I try to evaluate using 'projects/configs/hdetr/swin-t-hdetr_sam-vit-b.py' , but meet the problem of out of memory on 10GB 2080Ti. |
this checkpoint is unavailable, this script pops this error : |
Thank you for your great work! Would you mind sharing the evaluation code on COCO, YTVIS, HQ-YTVIS, and DAVIS? Thank you!
The text was updated successfully, but these errors were encountered: