参考https://mmdetection.readthedocs.io/zh-cn/latest/user_guides/label_studio.html,这里进行简要概述:
1. 启动目标检测服务
在mmdetection文件夹中,执行
label-studio-ml start projects/LabelStudio/backend_template --with \
config_file=configs/rtmdet/rtmdet_m_8xb32-300e_coco.py \
checkpoint_file=...pth \
device=cpu \
--port 8003
2. 启动labelstudio
另开一个terminal,执行
label-studio start
打开浏览器访问 http://localhost:8080/ ,建立一个新项目。此时不要着急save,需要先点击后面的Labeling Setup连接第一步的目标检测服务
3. 连接服务
按照如图顺序点击
看到如下 Connected 就说明后端推理服务添加成功。