EricJin2002 / mmdetection

For active-object-detection

Home Page:https://mmdetection.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMDetection魔改版

single-view object recognition

test

python tools/test.py checkpoints/customized_mask-rcnn_r101_fpn_ms-poly-3x_coco.py checkpoints/mask_rcnn_r101_fpn_mstrain-poly_3x_coco_20210524_200244-5675c317.pth

fine-tune

1. 修改配置文件中load_from的值

2. 运行

python tools/train.py checkpoints/customized_mask-rcnn_r101_fpn_ms-poly-3x_coco.py --auto-scale-lr

备忘

以下命令在后台执行 root 目录下的 runoob.sh 脚本,并重定向输入到 runoob.log 文件:

nohup /root/runoob.sh > runoob.log 2>&1 &

About

For active-object-detection

https://mmdetection.readthedocs.io

License:Apache License 2.0


Languages

Language:Python 98.9%Language:Shell 1.0%Language:Dockerfile 0.1%