공부용

tensorflow yolo object detection 라이브러리 본문

2018-1 MobileObject Detetion을 활용한 물고기 분류/안드로이드

tensorflow yolo object detection 라이브러리

고딕짱! 2018. 12. 18. 22:04


검색어:android studio yolo


https://github.com/MindorksOpenSource/AndroidTensorFlowMachineLearningExample







*특징

텐서플로우로 딥러닝한 .pb파일과 캡쳐한 객체를 비교하여 가장 사물과 비슷한 객체를 출력함. ( 개인적인 의견 )





MainActivity에서 캡쳐를한 후,

TensorFlowImageClassifier가 분류를 한 후 Classifier가 네이밍을 담당합니다




프로젝트에서의 딥러닝을 하고 난 뒤, 파일입니다. (깃허브에서 받은건 받은거대로 예제가 있습니다. 딥러닝 방법은 따로 설명하도록 하겠습니다.





Comments