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.23k stars 1.24k forks source link

how to make my converted custom yolov4 model static #424

Open AyaNasser96 opened 2 years ago

AyaNasser96 commented 2 years ago

Hi,

I want to make the generated yolov4 (tensorflow) to be a static model not a dynamic model ? how could i do that ??

Note: I need it to use it with openvino samples, they need the model to be static