Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Vue.js
- Express.js
- mutations
- javascipt
- state
- IntelliJ
- getters
- KAKAO
- Emit
- Login
- JavaScript
- v-for
- 연동
- axios
- 콘솔한글깨짐
- azure
- 템플릿문법
- 음양더하기
- mixins
- Reduce
- includes
- react
- v-on
- javscript
- sns로그인
- v-if
- node.js
- kibana
- vuex
- programmers
Archives
- Today
- Total
공부용
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