This repository was archived by the owner on May 28, 2025. It is now read-only.
Test UPT-R50 on HICO-DET use python #73
Answered
by
fredzzhang
jasminethurder
asked this question in
Q&A
-
|
I meet some problem when i try to Test UPT-R50 on HICO-DET. i use "python main.py --eval --resume checkpoints/upt-r50-hicodet.pt" according to the launch_template.sh, but in the end, mAP is zero. |
Beta Was this translation helpful? Give feedback.
Answered by
fredzzhang
Mar 1, 2023
Replies: 1 comment 8 replies
-
|
Hi @jasminethurder, Could you try to do some visualisations by running Fred. |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
jasminethurder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @jasminethurder,
Could you try to do some visualisations by running
python inference.py --resume checkpoints/upt-r50-hicodet.pt --image-path ./assets/umbrella.jpeg --action 36and see if you can get the same results as shown in the front page?Fred.