-
this is a study project, which is not exactly the same as the original paper in the Network structure,we use vgg16 achieve 65.34% map in the voc2007test.
-
The purpose that I write the yolov1 to study,and it achieve a good performance.
model | map@voc2007test |
---|---|
VGG16 | 65.34% |
VGG19 | 66.12% |
Resnet50 | 65.23% |
- opencv
- tensorflow 1.8
- numpy
-
download voc2007 and voc2012 dataset
-
unzip dataset as following
- VOCdevkit
- VOC2007
- Annotations
- ImageSets
- JPEGImages
- SegmentationClass
- SegmentationObject
- VOC2012
- VOC2007
- VOCdevkit
-
python proprecess_pasval_voc.py
python train.py \\
--net {Vgg16||Vgg19||resnet50}
--gpu 0
python predict --net {Vgg16||Vgg19||resnet50}
python eval.py