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

NPS Video/Images Detection Problem #13

Open
Stacnia opened this issue May 29, 2024 · 1 comment
Open

NPS Video/Images Detection Problem #13

Stacnia opened this issue May 29, 2024 · 1 comment

Comments

@Stacnia
Copy link

Stacnia commented May 29, 2024

Hi Dear Developer,

I have encountered a problem. When I want to perform detection using the already trained model, I found that there is no detect.py file to detect images or videos. Could I be missing any files to perform this task?

Thank you!

@tusharsangam
Copy link
Owner

tusharsangam commented Jun 19, 2024

You can use this
python val.py --data ./data/NPS.yaml \ --weights ./runs/train/NPS/image_size_1280_temporal_YOLO5l_5_frames_NPS_end_to_end_skip_0/weights/best.pt \ --batch-size 1 --img 1280 --num-frames 5 \ --project ./runs/val/NPS/image_size_1280_temporal_YOLO5l_5_frames_NPS_end_to_end_skip_0 --name best_augment_full_save \ --task test --exist-ok --save-json --augment --save-json-gt
Also in the submit-test.slurm file.

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

2 participants