강의

멘토링

커뮤니티

Inflearn Community Q&A

20181450231694's profile image
20181450231694

asked

TensorFlow Object Detection API Guide Part 1 - Detecting Objects with 10 Lines of Code

Lecture practice Colab file links

사용법

Written on

·

386

0

텐서플로우 라이트에서 사용하고 싶은데 참고할만한 자료 있을까요??

cnn딥러닝tensorflow

Answer 2

0

20181450231694님의 프로필 이미지
20181450231694
Questioner

Object Detection 이외에 다른 api 도 같은 맥락으로 사용하면되나요??

Human Pose Estimation tflite 로 변환해 사용하고 싶어서요

0

AISchool님의 프로필 이미지
AISchool
Instructor

안녕하세요~. 반갑습니다. 먼저 답신이 늦어서 죄송합니다ㅠㅠ.

현재 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

 

좋은 하루 되세요~.

감사합니다.

 

20181450231694's profile image
20181450231694

asked

Ask a question