taohu

Results 2 comments of taohu

no,@Cartucho,just like mAPs,mAPm,mAPL

应该是这个问题,在运行convert_data_to_tfrecord.py时候,--dataset=后面的名字不能随便命名,训练自己的数据情况: 检查: 1.read_tfrecord.py中,68行,if dataset_name not in后面有这个文件名称;比如自己设定为voc_shelf; 2.libs/label_name_dict/label_dict.py中设定自己voc_shelf,并且在里面写入自己类别名称; 3.在libs/configs/cfgs.py中指定DATASET_NAME = 'voc_self' 4.python convert_data_to_tfrecord.py --VOC_dir='../VOC_NWPU/VOCdevkit_train/' --save_name='train' --img_format='.jpg' --dataset='voc_self'即可,训练的时候就不会出错了.