답변 2
0
2022. 10. 21. 09:33
Object Detection 이외에 다른 api 도 같은 맥락으로 사용하면되나요??
Human Pose Estimation tflite 로 변환해 사용하고 싶어서요
0
2022. 10. 18. 23:55
안녕하세요~. 반갑습니다. 먼저 답신이 늦어서 죄송합니다ㅠㅠ.
현재 TensorFlow Object Detection API에서 tflite 파일의 경우 SSD 모델만을 지원하고 있습니다.
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/tf1_detection_zoo.md#mobile-models (Model Zoo 쪽에서 Mobile models 쪽에 있는 링크에 있는 압축파일을 받아서 압축을 풀면 .tflite로 출력된 모델 파일들을 확인할 수 있습니다.)
tflite 파일을 모바일 디바이스와 연결해서 구현하는 부분은 아래 예제 문서를 참고하시면 좋을 것 같습니다.
https://www.tensorflow.org/lite/examples/object_detection/overview
좋은 하루 되세요~.
감사합니다.