github上有对应官方的各种模型

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md

 

python object_detection/model_main_2019051801.py \
 --pipeline_config_path=object_detection/training2/faster_rcnn_resnet101_coco.config \
 --model_dir=object_detection/training2 \
 --num_train_steps=5000 \
 --num_eval_steps=1000 \
 --alsologtostderr

 

posted @ 2019-05-19 10:39  西北逍遥  阅读(722)  评论(0编辑  收藏  举报