인공지능
[PBL] Train our own dataset
1. Using pre-trained models
사전 훈련된 모델을 다운로드 후, 압축을 풀자.
우린 SSD를 사용할 것이기 때문에, ssd_mobilenet_v1_coco_2017_11_17을 다운받았다.
object_detection 디렉토리 아래에 두기.
구성 파일 다운
object_detection\training 디렉토리 아래에 두기.
- 가상환경 이름: iseeu1
- 오류 해결 참고 목록들
https://github.com/tensorflow/models/issues/7272
http://www.programmersought.com/article/4901772601/
https://stackoverflow.com/questions/51404957/tensorflow-object-detection-api-no-train-py-file
https://github.com/tensorflow/tensorflow/issues/30810
'인공지능' 카테고리의 다른 글
[PBL] 데이터셋 라벨링 (0) | 2019.10.01 |
---|---|
[labeling] Yolo_mark로 라벨링 (1) | 2019.09.04 |
Implementation of YOLO v3 object detector in TensorFlow (0) | 2019.08.22 |
Violence Detection 분석 (0) | 2019.08.09 |
Violence Detection 실습 (0) | 2019.08.05 |
댓글