Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

标注数据集

labelImg.exe 工具标注

制作数据集

训练集

python tools/voc2012.py --data_dir 'D:/DeepLearning/datasets\VOCtrainval_11-May-2012\VOCdevkit\VOC2012' --split train --output_file ./data/voc2012_train.tfrecord

测试集

python tools/voc2012.py --data_dir './data/voc2012_raw/VOCdevkit/VOC2012' --split val --output_file ./data/voc2012_val.tfrecord