按主页修改后,
转化为tfrecoard:
python convert_data_to_tfrecord.py --VOC_dir='/home/zhoujie/Faster-RCNN_Tensorflow/VOCdevkit/VOCdevkit_train/' --xml_dir='Annotation' --image_dir='JPEGImages' --save_name='train' --img_format='.jpg' --dataset='pascal' --save_dir='/home/zhoujie/Faster-RCNN_Tensorflow/data/tfrecord/'
训练:
训练:
cd $PATH_ROOT/tools
python train.py
没有评论:
发表评论