mmdetection_visualize
mmdetection_visualize copied to clipboard
visualize training result for mmdetection 訓練文件可視化, PR curve绘制, F1-score计算
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...
如何对测试结果评估
您好,您这写的很好,我已验证可以运行。 可以请教对测试结果如何评估,我测试出来只有AP 值,请问如何绘制PR 曲线呢?谢谢您
i've put the .py files in the right place, and running the following command "python tools/voc_eval_visualize.pymytrain/nasfpn/result.pkl mytrain/nasfpn/faster_rcnn_r50_nasfpn.py ". IIt reports an error “ModuleNotFoundError: No module named 'mmdet.core.evaluation.mean_ap_visualize'”
找不文件错误
我已经把那两个.py文件放到了正确的位置上,运行第一个脚本没有问题,在output文件夹,找到了生成的png文件,但是运行第二个文件用了下面这条命令```python tools/voc_eval_visualize.py result.pkl configs/pascal_voc/my.py ```,然后报了下面的错误。和我当前正在训练模型有关系吗? /home/linux412/anaconda3/envs/mmlab/lib/python3.7/site-packages/numpy/core/_methods.py:161:RuntimeWarning: invalid value encountered in double_scalars ret = ret.dtype.type(ret / rcount) posx and posy should be finite values posx and posy should be finite values...
作者您好,我在mmdetectionV2上使用的时候,报错posx and posy should be finite values。您知道改怎么修改吗?感谢。
hello ! when i use the voc_eval_visualize,it occurs this ploblem!could you tell me how to solve this problem?thank you very much!
您好,我想问一下如果是我自制的voc格式数据集应该怎么用这些脚本来可视化呢?就是类别和原voc不一样但是格式相同
请问loss曲线的横坐标是什么值来的??
你好作者,我看你的代码只适用于VOC格式的数据,如果要用于VOC格式的数据,要修改哪些地方呢