使用mmdet快速搭建识别模型网络
选择模型
使用命令行下载配置文件和模型权重文件
1 | mim download mmyolo --config yolov5_s-v61_syncbn_fast_8xb16-300e_coco --dest . |
搭建识别网络
1 | from mmdet.apis import init_detector, inference_detector |
- Title: 使用mmdet快速搭建识别模型网络
- Author: CGC
- Created at: 2023-03-22 17:29:27
- Updated at: 2023-03-26 16:21:31
- Link: https://redefine.ohevan.com/2023/03/22/使用mmdet快速搭建识别模型网络/
- License: This work is licensed under CC BY-NC-SA 4.0.