This repository implements SSD (Single Shot MultiBox Detector). The implementation is heavily influenced by the projects ssd.pytorch, pytorch-ssd and maskrcnn-benchmark. This repository aims to be the code base for research based on SSD. Multi-GPU training and inference: We use DistributedDataParallel, you can train or test with arbitrary GPU(s), the training schema will change accordingly. Add your own modules without pain. We abstract backbone, Detector, BoxHead, BoxPredictor, etc. You can replace every component with your own code without changing the code base. For example, You can add EfficientNet as the backbone, just add efficient_net.py (ALREADY ADDED) and register it, specific it in the config file, It's done! Smooth and enjoyable training procedure: we save the state of model, optimizer, scheduler, training iter, you can stop your training and resume training exactly from the save point without change your training CMD.

Features

  • PyTorch 1.0: Support PyTorch 1.0 or higher
  • CPU support for inference: runs on CPU in inference time
  • Batched inference
  • Perform inference using multiple images per batch per GPU.
  • Eval you model every eval_step to check performance improving or not
  • Visualize metrics details in tensorboard, like AP, APl, APm and APs for COCO dataset or mAP and 20 categories' AP for VOC dataset

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow SSD in PyTorch 1.0

SSD in PyTorch 1.0 Web Site

Other Useful Business Software
AI-powered SAST and AppSec platform that helps companies find and fix vulnerabilities. Icon
AI-powered SAST and AppSec platform that helps companies find and fix vulnerabilities.

Trusted by 750+ companies and performing 200k+ code scans monthly.

ZeroPath (YC S24) is an AI-native application security platform that delivers comprehensive code protection beyond traditional SAST. Founded by security engineers from Tesla and Google, ZeroPath combines large language models with advanced program analysis to find and automatically fix vulnerabilities.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of SSD in PyTorch 1.0!

Additional Project Details

Programming Language

Python

Related Categories

Python Machine Learning Software, Python LLM Inference Tool

Registered

2022-08-17