/tensorflow_object_detection

Python scripts or any resources used/modified/created to train custom model using TensorFlow and Google Cloud.

Primary LanguagePython

tensorflow_object_detection

Python scripts or any resources used/modified/created to train custom model using TensorFlow and Google Cloud.

Using labelImg on MacOs with virtualenv

Create Virtualenv

virtualenv --system-site-packages -p python3 ~/labelImg
cd ~/labelImg

Activate virtual environment

source ./bin/activate

Virtualenv activated

(labelImg) $