(putty로 띄워서 복사붙여넣기해서 사용하세요)
sudo apt-get update
sudo apt-get upgrade
git clone https://github.com/EdjeElectronics/TensorFlow-Lite-Object-Detection-on-Android-and-Raspberry-Pi.git
mv Tensor(Tab) tflite1
cd tflite1
sudo pip3 install virtualenv
python3 -m venv tflite1-env
source tflite1-env/bin/activate
bash get_pi_requirements.sh
좀 오래 기다려야 한다.. 이 셀파일은 따로 백업시켜서 사용해도 좋을듯 하다.
최신텐서가 깔렸기에 텐서1.13.1로 다운그레이드 하자(설치 시간이 좀 걸린다)
pip3 install tensorflow==1.13.1
python3 TFLite_detection_webcam.py --modeldir=모델디렉토리'