open-mmlab/mmyolo

testing with the trained model

Naziyashaik09 opened this issue · 0 comments

Prerequisite

🐞 Describe the bug

python tools/test.py configs/yolov5/yolov5_s-v61_fast_1xb12-40e_cat.py
work_dirs/yolov5_s-v61_fast_1xb12-40e_cat/epoch_40.pth
--show-dir show_results
In this command we are giving the config file , in the config file we need to give the test annotation file with the annotation boxes?
Am providing the path of the test dataset and test annotation file in the config , but am not providing the annotations in that test config file.So am not able to see the results(bounding boxes), images are saving but there is no bounding box detection's.

Environment

pip

Additional information

No response