프로그램 사용/yolo_tensorflow
tflite convert
구차니
2021. 2. 24. 19:40
계속 tflite_convert 만 사용했는데 export_Tflite_graph_tf2.py 라는 다른 녀석을 발견했다.
ssd mobilenetv2를 주로 사용했었으니 이걸로 tflite 변환이 잘되면 좋겠네 ㅠㅠ
NOTE: This only supports SSD meta-architectures for now.
[링크 : http://github.com/tensorflow/models/blob/master/research/object_detection/export_tflite_graph_tf2.py]
[링크 : http://github.com/tensorflow/models/issues/9371]