Megvii-BaseDetection/cvpods

visualize_data

shenhaibb opened this issue · 3 comments

visualiza_data.py Line 15 from cvpods.config import get_cfg

python visualize_data.py --source annotation --config-file ./playground/detection/coco/auto_assign/auto_assign.res50.fpn.coco.800size.1x
Traceback (most recent call last):
File "visualize_data.py", line 15, in
from cvpods.config import get_cfg
ModuleNotFoundError: No module named 'cvpods.config'

how to visualize the results using the model i have trained

i have solved, use visualize_json_results.py....not visualize_data.py.....

@shenhaibb
How to get the detection results? (a json file as the input for visualize_json_results.py)