You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: