Skip to content

Single Shot Multi-Box Detect Infer & Repeat implementation in PyTorch

License

Notifications You must be signed in to change notification settings

piotlinski/ssdir

Repository files navigation

SSDIR

Single Shot Multi-Box Detect Infer & Repeat implementation in PyTorch

ssdir

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 supplementary material for details on hyperparameter settings in the research.

SSDIR re-uses trained SSD models and shares same datasets implementation. See the repository for more details.

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

Supplementary materials

In supplementary materials we shared more details about the model.

Reference

If you use SSDIR in your research, please consider citing:

TBA

About

Single Shot Multi-Box Detect Infer & Repeat implementation in PyTorch

Topics

Resources

License

Stars

Watchers

Forks