mmdetection_visualize_v1 It's a very simple version for visualizing the training result produced by mmdetection Update 2019.8.16 --- PR_curve, F_measure for VOC dataset Readme The program supports drawing six training result and the most important evaluation tool:PR curve(only for VOC now) lo...
mmdetection # test and visualize test result 技术标签: python deep learningevaluation,这里没有保存结果,但是可以show一下。 tools/dist_test.sh configs/swin/cascade_mask_rcnn_swin_base_patch4_window7_mstrain_480-800_giou_4conv1f_adamw_3x_coco.py latest.pth 1 --eval bbox segm 1 save ...
When I use --show --show-dir to visualize the test results, I get the following error. UnboundLocalError: local variable 'img_path' referenced before assignment in mmdetection3d/mmdet3d/engine/hooks/visualization_hook.py", line 181, in after_test_iter out_file = osp.basename(img_path) shou...