mmdetection测试fps
时间: 2023-08-02 15:12:03 浏览: 199
要测试mmdetection的FPS(每秒处理帧数),可以使用mmdetection提供的benchmark.py工具。这个工具会运行配置文件中指定的测试集,并计算单张图片的推理时间。你可以使用以下命令来测试FPS:
python tools/analysis_tools/benchmark.py configs/my_coco_config/my_coco_config.py checkpoints/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth
这个命令会加载配置文件和训练好的模型,然后运行测试集并计算推理时间。通过这个工具,你可以得到模型在当前环境下的推理速度,即FPS。
#### 引用[.reference_title]
- *1* *2* *3* [mmdetection tools工具梳理](https://blog.csdn.net/weixin_44966641/article/details/124558532)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insert_down28v1,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文