Detectron2使用
Detectron2使用
Detectron2安装
git clone https://github.com/facebookresearch/detectron2.git
cd detectron2
python setup.py build develop
kaggle datasets download -d aishwr/coco2017
python train_det.py --config-file configs/coco/exp/yolo2go_mobileone_exp2.yaml --num-gpus 2
https://docs-assets.developer.apple.com/ml-research/datasets/mobileone/mobileone_s0_unfused.pth.tar
Talk is cheap. Show me the code