【发布时间】:2022-07-26 23:16:21
【问题描述】:
我用这个https://github.com/tanluren/yolov3-channel-and-layer-pruning修改了原来的yolov4-tiny网络结构使用网络瘦身
现在我有了一个新的 .cfg 文件和 .weights 文件。我想将其转换为具有 int 8 量化的 tflite 并对样本图像进行检测。我尝试使用https://github.com/hunglc007/tensorflow-yolov4-tflite,但问题是,它仅适用于原始 yolo_models(具有原始结构)。
有没有办法进行转换? 谢谢
【问题讨论】:
标签: object-detection tensorflow-lite yolov4 pruning