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

Error in detection #254

Open
Rvv1296 opened this issue Jul 12, 2022 · 2 comments
Open

Error in detection #254

Rvv1296 opened this issue Jul 12, 2022 · 2 comments

Comments

@Rvv1296
Copy link

Rvv1296 commented Jul 12, 2022

Hello all, I am getting this error for the detection command
I am using detection command as follows:
CUDA_VISIBLE_DEVICES=0 python3 eval_voc.py --weight_path yolov4.weights --gpu_id 0 --visiual DATA_TEST=index.jpeg --eval --mode det
And I am getting error as below:
usage: eval_voc.py [-h] [--weight_path WEIGHT_PATH] [--log_val_path LOG_VAL_PATH] [--gpu_id GPU_ID] [--visiual VISIUAL] [--mode MODE]
eval_voc.py: error: unrecognized arguments: --eval

If anyone knows what is the issue, Please reply the solution.
Thanks in advance.

@2696120622
Copy link

drop --eval, using command CUDA_VISIBLE_DEVICES=0 python3 eval_voc.py --weight_path yolov4.weights --gpu_id 0 --visiual DATA_TEST=index.jpeg --mode det

@argusswift
Copy link
Owner

drop --eval, using command CUDA_VISIBLE_DEVICES=0 python3 eval_voc.py --weight_path yolov4.weights --gpu_id 0 --visiual DATA_TEST=index.jpeg --mode det

that's fine

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

3 participants