Skip to content

Coofy/sight-bot-train

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sight-bot-train

Based on this tutorial

If you want to see the inference (execution): https://github.com/Coofy/sight-bot

Setup

Miniconda:

conda create -n perception-tf1.15 pip python=3.7 pyqt=5

Tensorflow

pip install tensorflow==1.15

LabelImg

cd addons/labelImg

sudo apt-get install pyqt5-dev-tools
sudo pip install -r requirements/requirements-linux-python3.txt
make qt5py3

Object Detection

git clone --depth 1 https://github.com/tensorflow/models

cd models/research/
protoc object_detection/protos/*.proto --python_out=.
pip install .

Training

Single/Poor GPU

cd workspace/training_demo

TF_ENABLE_GPU_GARBAGE_COLLECTION=false TF_FORCE_GPU_ALLOW_GROWTH=true python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_coco.config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published