Skip to content

ta2lor/ani

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

KakaoTalk_20210407_091415184

  • jetson nano를 이용한 동물 인식

ani

sudo python3 pi.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel

#dual screen with php

sudo python3 bye.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel

after finish install but have a error about ;no module named cv2' then check

https://www.learnopencv.com/install-opencv3-on-ubuntu/

The site says ############ For Python 2 ############

cd ~/.virtualenvs/facecourse-py2/lib/python2.7/site-packages ln -s /usr/local/lib/python2.7/dist-packages/cv2.so cv2.so

############ For Python 3 ############

cd ~/.virtualenvs/facecourse-py3/lib/python3.6/site-packages ln -s /usr/local/lib/python3.6/dist-packages/cv2.cpython-36m-x86_64-linux-gnu.so cv2.so

then it works

  • imutils

pip3 install imutils==0.5.3

  • pygame

https://www.pygame.org/ftp/pygame-1.9.6.tar.gz extract tar file python3 setup.py

  • request pip3 install request


  • pygame in python3 sudo add-apt-repository ppa:thopiekar/pygame sudo apt-get update sudo apt-get install python3-pygame

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages