Skip to content

tom-lch/DesFPN-detectron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DesFPN-detectron2

detection

训练

!python \
DesFPN-detectron/train_net.py \
--config-file DesFPN-detectron/configs/COCO-Detection/faster_rcnn_DesFPN_1x.yaml \
MODEL.WEIGHTS output/model_0009999.pth

测试

!python \
DesFPN-detectron/train_net.py \
--config-file DesFPN-detectron/configs/COCO-Detection/faster_rcnn_DesFPN_1x.yaml \
--eval-only MODEL.WEIGHTS output/model_0009999.pth

检测

!python \
DesFPN-detectron/demo.py \
--config-file DesFPN-detectron/configs/COCO-Detection/faster_rcnn_DesFPN_1x.yaml \
--input 236.jpg \
--output . \
--opts MODEL.WEIGHTS output/model_0009999.pth

About

detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published