filmov
tv
tensorflow custom object detection in 60 minutes part-1

Показать описание
if you have gtx 1050 ti or higher 4 gb ram and 10601080 1070 cards will only intstall tensorflow 2 or else you cant install for more information see this video
to make an image classification apk using unity easily just by changing the pb files name use the git hub code below unity is very easy to install in windows soon will be making a tutorial on that here is the magic code to make imaage classifier apk
A Guide to Retraining Object Detection Models with TensorFlow
Deep Learning Object Detection App on Android
Tensorflow Object Detection Tutorial #1 - Installation
to test tensorflow installed for GPU use these below code or the details in the website
use this for error free tensorflow object detection
cd ./tensorflow/
sudo rm -R protoc3
sudo mv protoc3/bin/* /usr/local/bin/
sudo mv protoc3/include/* /usr/local/include/
cd
sudo pip3 install --user tensorflow==1.12.0
sudo pip3 install --user Cython
sudo pip3 install --user contextlib2
sudo pip3 install --user matplotlib
sudo pip3 install --user pillow
sudo pip3 install --user lxml
cd ./tensorflow/PythonAPI/
cd
pwd
cd ./tensorflow/PythonAPI/
make
cd
cd ./tensorflow/models/research/
protoc object_detection/protos/*.proto --python_out=.
export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim
cd
cd ./tensorflow/models/research/object_detection/builders/
pwd
echo "successfully deployed using Robotoo"
cd
cd ./tensorflow/models/research/object_detection/
use this youtube channel for more information
to make an image classification apk using unity easily just by changing the pb files name use the git hub code below unity is very easy to install in windows soon will be making a tutorial on that here is the magic code to make imaage classifier apk
A Guide to Retraining Object Detection Models with TensorFlow
Deep Learning Object Detection App on Android
Tensorflow Object Detection Tutorial #1 - Installation
to test tensorflow installed for GPU use these below code or the details in the website
use this for error free tensorflow object detection
cd ./tensorflow/
sudo rm -R protoc3
sudo mv protoc3/bin/* /usr/local/bin/
sudo mv protoc3/include/* /usr/local/include/
cd
sudo pip3 install --user tensorflow==1.12.0
sudo pip3 install --user Cython
sudo pip3 install --user contextlib2
sudo pip3 install --user matplotlib
sudo pip3 install --user pillow
sudo pip3 install --user lxml
cd ./tensorflow/PythonAPI/
cd
pwd
cd ./tensorflow/PythonAPI/
make
cd
cd ./tensorflow/models/research/
protoc object_detection/protos/*.proto --python_out=.
export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim
cd
cd ./tensorflow/models/research/object_detection/builders/
pwd
echo "successfully deployed using Robotoo"
cd
cd ./tensorflow/models/research/object_detection/
use this youtube channel for more information
Комментарии