nilboy / tensorflow-yolo

tensorflow implementation of 'YOLO : Real-Time Object Detection'(train and test)
774 stars 312 forks source link

yolo_tiny_net.py的代码存在问题 #66

Open longzeyilang opened 5 years ago

longzeyilang commented 5 years ago

第82行和第85行存在问题: 第82行:为什么改为[batch_size,channels,img_height,img_width]? 第85行:in_dimension中不应该是cell_sizecell_size1024,而是image_sizeimage_size1024 期待您的回复

metaStor commented 5 years ago

I agree with your perspective.

metaStor commented 5 years ago

不是的 ,max_pool后他的长宽会减少1/2. 所以到最后是7*7