cd docs
make html
git clone https://github.com/empire-penguin/yolo
cd yolo
python3 -m venv venv
-
On Windows:
venv\Scripts\activate
-
On macOS and Linux:
source venv/bin/activate
pip3 install -r requirements.txt
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
pip3 install .
wget -P dataset http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar
tar -xvf VOCtrainval_11-May-2012.tar
python3 -m unittest
this will download the VOCdevkit used by yolo to train and find the features for the decision making process edict.py
Create / find a dataset to do transfer learning of grocery items