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 | 29 | 30 | 31 |
Tags
- colab
- TensorFlow
- dataset
- object detection
- gpu memory
- face_recognition
- shakeratos
- windows
- dlib
- colaboratory
- 딥러닝
- CUDA
- linux
- ppc64le
- Anaconda
- pyTorch
- keras
- urllib
- ubuntu
- python
- python3
- Jupyter notebook
- Deep Learning
- YouTube 8M
- FIle
- Windows 10
- raspberry pi
- error
- install
- download
Archives
- Today
- Total
Shakerato
Run code the DL based object detection on raspberry pi 2 본문
Deep Learning based Object Detection source code is here
https://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 and
comment line number 74 and uncomment line number75
#vs = VideoStream(src=0).start()
vs = VideoStream(usePiCamera=True).start()
Finally, run code
python3 pi_object_detection.py -m MobileNetSSD_Deploy.caffemodel -p MobileNetSSD_deploy.prototxt.txt
'Research' 카테고리의 다른 글
docker 기본 명령어 (0) | 2018.07.01 |
---|---|
Text to speech(tts) in linux (with python code) (0) | 2018.06.30 |
python3.x default로 설정방법 (python2.x가 default일때) (0) | 2018.06.30 |
라즈베리파이 초기설정 (한글깨짐 해결) (0) | 2018.06.30 |
kaggle api 사용법 (kaggle 데이터셋 다운로드) (0) | 2018.06.22 |
Comments