Skip to content
/ ssd Public

Single-Shot Multi-Box Detector in PyTorch

License

Notifications You must be signed in to change notification settings

piotlinski/ssd

Repository files navigation

PyTorch-SSD

Single Shot Multi-Box Detector implementation in PyTorch.

This is the implementation used by SSDIR, a single-shot multi-object representation learning model.

Development

Requirements:

Training

To train the model use the train.py script. Activate the environment by running poetry shell and run python train.py --help to see all the available options.

See all the available datasets in datasets directory. To train on multiscale MNIST dataset generate the dataset using multiscalemnist tool.

A trained model weights file can be used for training SSDIR model.

Manual

Use make to run commands

  • make help - show help
  • make test - run tests
    • args="--lf" make test - run pytest tests with different arguments
  • make shell - run poetry shell

About

Single-Shot Multi-Box Detector in PyTorch

Topics

Resources

License

Stars

Watchers

Forks

Languages