'Is there a way to convert the yolov4-tiny modified network to tensorflow lite with 8 bit quantization

I have modified the original yolov4-tiny network structure using network slimming using this https://github.com/tanluren/yolov3-channel-and-layer-pruning

Now I have a new .cfg file and .weights file. I want to convert it to tflite with int 8 quantization and do the detections on sample images. I tried using https://github.com/hunglc007/tensorflow-yolov4-tflite but the problem is, it only works with the original yolo_models(with original structure).

Is there a way to do the conversion? Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source