maiminh1996 / YOLOv3-tensorflow

Re-implement YOLOv3 with TensorFlow
1 stars 0 forks source link

Spatial pyramid pooling implementation #19

Open Moadab-AI opened 5 years ago

Moadab-AI commented 5 years ago

Thanks for the repository.

I just wanted to ask if you have already included the SPP(Spatial Pyramid Pooling) version of Yolov3 (found in original pjreddie repository) for better detecting small objects and if not how would you suggest adjusting your TF model to include the SPP module the fastest way. Thanks