**Concept** If we provide YOLOv4 engine, YOLO user can have a faster and more accurate detection engine to use. **Suggested Implementation (if any)** 1. Study inference performance * TFLite (by [tensorflow-yolov4-tflite](https://github.com/hunglc007/tensorflow-yolov4-tflite)) - @bafu * Darknet (by [AlexeyAB's version](https://github.com/AlexeyAB/darknet)) - @grandpaul 1. Implement v4 engine and service.
Concept
If we provide YOLOv4 engine, YOLO user can have a faster and more accurate detection engine to use.
Suggested Implementation (if any)