-
Notifications
You must be signed in to change notification settings - Fork 53
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
Could you please provide the demo.py #12
Comments
https://github.com/lalalafloat/VNext/blob/main/projects/IDOL/demo_idol.py python projects/IDOL/demo_idol.py --config-file projects/IDOL/configs/coco_pretrain/r50_coco_sequence.yaml --input input.png --output result.png |
ModuleNotFoundError: No module named 'MultiScaleDeformableAttention' |
Can you sucessfully run demo visualize ?? |
I tried the above command. |
i try to run on video inference visulize ,but failed. |
I tried to run python projects/IDOL/demo_idol.py but it is not finding the checkpoint. Have you any idea in which folder I have to put the pre-trained model? Thanks |
You can choose any folder to put the checkpoint, but you need to specify its weight in the configuration file. For example |
Sorry for replying so late. You can go to the folder "projects/IDOL/idol/models/ops", and then execute the following command: bash make.sh. If you compile successfully, and you can fix the bug. |
Yes, i can visualize detection results successfully, what problems or bugs do you met? |
Please continue in this issue: |
@lalalafloat thanks for your suggestions, but I don't understand why I have this kind of output. Thanks for your help. |
@CarlHuangNuc Hello. Have you solved the issue to run this code on video? |
@assia855 have you figured out the problem? I'm experiencing a similar issue |
I've updated the demo_idol.py from lalalafloat to visualize on videos. I've set is_multi_cls to False to match the IDs to the pred_scores. |
Could you please provide the demo.py for us to display visualization results like Detectron2.
But the one in Detectron2 is for image-leve and it cannot be used directly.
The text was updated successfully, but these errors were encountered: