2017.06.15 구글에서 텐서플로우로 구현한 Object Detection 코드를 공개하였다.
Detection Model은 아래 다섯 종류 중에 선택하여 사용할 수 있다.
- Single Shot Multibox Detector (SSD) with MobileNet,
- SSD with Inception V2,
- Region-Based Fully Convolutional Networks (R-FCN) with Resnet 101,
- Faster RCNN with Resnet 101,
- Faster RCNN with Inception Resnet v2
[ 깃허브 주소] https://github.com/tensorflow/models/tree/master/object_detection
'Programming > Deep Learning' 카테고리의 다른 글
머신러닝 관련 자료 링크 사이트 (0) | 2018.02.13 |
---|---|
[텐서플로우] annotations xml files (PASCAL formatted) (0) | 2017.09.12 |
[텐서플로우] inception(인셉션) 모델 사용하기 (0) | 2017.09.04 |
텐서 플로우 튜토리얼 깃허브 소스 코드 및 한글 주석 (0) | 2017.08.28 |
CentOS7에 텐서플로우(TensorFlow) 설치하기 (0) | 2017.08.22 |