david8862 / keras-YOLOv3-model-set

end-to-end YOLOv4/v3/v2 object detection pipeline, implemented on tf.keras with different technologies
MIT License
639 stars 221 forks source link

large scaled yolo v4 models support #210

Open maxoodf opened 2 years ago

maxoodf commented 2 years ago

Hi @david8862, Are you planing to add scaled models support with more than 3 feature layers and 9 anchors? yolov4-p5 (3 feature layers, 12 anchors), yolov4-p6 (4 feature layers, 16 anchors) etc.

david8862 commented 2 years ago

@maxoodf good question, but currently no plan for that, since those large models will break lot of project design and need much effort to be compatible with them

maxoodf commented 2 years ago

@david8862 it's sad to hear that :) Thank you for your work on this project!