Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- shakeratos
- FIle
- urllib
- pyTorch
- Anaconda
- colaboratory
- YouTube 8M
- object detection
- Jupyter notebook
- TensorFlow
- keras
- Windows 10
- CUDA
- ubuntu
- linux
- face_recognition
- download
- 딥러닝
- install
- python3
- error
- gpu memory
- dlib
- ppc64le
- raspberry pi
- windows
- colab
- python
- dataset
- Deep Learning
Archives
- Today
- Total
목록object (1)
Shakerato
참고: https://github.com/fizyr/keras-retinanet 1. 실행 환경 구축 1.1. Anaconda (python=3.6) 개발 환경 생성 conda create -n myenv python=3.6 1.2. Anaconda 개발 환경 활성화 (윈도우) activate myenv 1.3. 관리자 권한으로 cmd 실행 1.4. python setup.py install 1.5. pip install Keras==2.2.4 2. 학습할 데이터셋 만들기 2.1. 학습할 이미지 준비하기 2.2. 학습할 이미지에 있는 인식할 객체의 Bounding Box 위치 알아내기 2.3. 모든 학습할 이미지를 특정 폴더에 path/to/image.jpg 모두 저장 2.4. Annotations fo..
Research
2019. 1. 17. 00:56