일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- urllib
- download
- colab
- ppc64le
- error
- pyTorch
- gpu memory
- FIle
- raspberry pi
- face_recognition
- object detection
- dataset
- linux
- Deep Learning
- colaboratory
- Jupyter notebook
- CUDA
- Anaconda
- dlib
- shakeratos
- Windows 10
- install
- 딥러닝
- python
- YouTube 8M
- python3
- ubuntu
- TensorFlow
- windows
- keras
- Today
- Total
목록object detection (3)
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..
Deep Learning based Object Detection source code is herehttps://www.pyimagesearch.com/2017/10/16/raspberry-pi-deep-learning-object-detection-with-opencv/ sudo pip3 install opencv-python sudo pip3 install imutils sudo apt-get install libatlas-base-dev sudo apt-get install libjasper-dev sudo apt-get install libqtgui4 sudo apt-get install libqt4-test open 'pi_object_detection.py' using editor andco..
[Code and Explain] https://github.com/tensorflow/models/tree/master/research/object_detection [Download] https://github.com/tensorflow/models [Related Youtube: sentdex] https://www.youtube.com/watch?v=COlbP62-B-U [Anaconda 3, Create Envirnment for tensorflow 1.4] 1. open 'cmd' as administrator 2. conda update -n base conda 3. conda create -n tensorflow1.4 python=3.5 anaconda 4. [tensorflow-gpu 1..