Skip to content
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

Model Evaluation #127

Closed
bshakya77 opened this issue Dec 19, 2023 · 1 comment
Closed

Model Evaluation #127

bshakya77 opened this issue Dec 19, 2023 · 1 comment

Comments

@bshakya77
Copy link

Hello,

I am trying to run inference test using FasterViT model (faster_vit_1_224_1k) and evaluate the model using metrics like IoU, mAP, Average Precision and Average Recall. I did not see the command or API to run the inference test and evaluate the model. Could you please provide me with the resources or guidelines to perform the model evaluation?

You help is highly appreciated.

Regards,
Bijay Shakya

@bshakya77
Copy link
Author

Following the instructions in DINO repository worked for me.

Replace the COCO path and your FasterViT checkpoint path.

Bash Script:

bash scripts/DINO_eval.sh /path/to/your/COCODIR /path/to/your/checkpoint

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

No branches or pull requests

1 participant