hunglc007 / tensorflow-yolov4-tflite

YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
https://github.com/hunglc007/tensorflow-yolov4-tflite
MIT License
2.25k stars 1.24k forks source link

confused split in decode_tflite #251

Open Mercurise opened 4 years ago

Mercurise commented 4 years ago

Hello,

I got a question regarding the split op at decode_tflite: LINK

What's the motivation to split each individual branch into 3 parts, and looping it with the same procedures? Is it more straightforward to just process them together? I felt confused after comparing with different implementations.

Thanks