Skip to content

Jupyter notebook for playing around with SSD model. Meant to run in Google Colab.

License

Notifications You must be signed in to change notification settings

xsible/ssd-notebook-playground

Repository files navigation

ssd-notebook-playground

Jupyter notebooks for playing around with SSD model.

Setting up

# Clone repo and submodules
git clone --recursive https://github.com/xsible/official-website.git
cd ssd-notebook-playground

# Setup environment (regular)
python3 -m venv env
source env/bin/activate
pip3 install -r ssd.pytorch/requirements.txt

# Setup juypter
pip install jupyter # not part of requirements.txt since it's only needed for notebook functionality
jupyter notebook

About

Jupyter notebook for playing around with SSD model. Meant to run in Google Colab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published