vishal-wiai / ssd-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssd-pytorch

Clone the repo

git clone https://github.com/vishal-wiai/ssd-pytorch/
cd ssd-pytorch

Create virtual environment

python -m venv pytorch15
source pytorch15/bin/activate
pip install -r requirements.txt

To run the training from command line

cd src/training
python train.py

About


Languages

Language:Python 100.0%