gliese581gg / YOLO_tensorflow

tensorflow implementation of 'YOLO : Real-Time Object Detection'
Other
1.72k stars 656 forks source link

When I use the YOLO_weight_extractor why the max-pool layer are not generated ? #27

Closed zh0ngtian closed 7 years ago

gliese581gg commented 7 years ago

Hi! weight extractor extracts values of weights and biases. Max-Pool layers don't have any weights or biases so we don't need to generate pooling layers in weight extractor. When the YOLO.py builds the tensorflow network, it builds pooling layers correctly:)

zh0ngtian commented 7 years ago

Thanks a lot ! I ran the YOLO_builder.py successfully just now, but the generated files are .ckpt.data file and .ckpt.meta. Could you please tell me why two files generated and which one can be used ? Thank you~