https://blog.csdn.net/jy1023408440/article/details/105701705
python tools/browse_dataset.py m1/faster_rcnn_r50_fpn_1x_coco.py
ConfigDict' object has no attribute 'pipeline'
报错,不过我用的voc格式的个人数据集
python tools/get_flops.py m1/faster_rcnn_r50_fpn_1x_coco.py
python tools/publish_model.py m1/f16/epoch_12.pth m1/f16/ys.pth (FP16)
模型从236.47MB--->79.38MB
79.38/236.47=0.335687 只有原来的1/3
下面是没有经过FP16训练的。模型本身较大,经过清除还是较大。
模型从315.32MB--->158.23MB
158.23/315.32=0.5018 原来的1/2
python tools/eval_metric.py m1/faster_rcnn_r50_fpn_1x_coco.py m1/faster/ep10.pkl --eval mAP
会将改动的,多层嵌套的config一次性打印出来