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
The #1 AI-Powered eLearning Platform Icon
The #1 AI-Powered eLearning Platform

For users seeking a platform to generate online courses using AI

Transform your content into engaging eLearning experiences with Coursebox, the #1 AI-powered eLearning authoring tool. Our platform automates the course creation process, allowing you to design a structured course in seconds. Simply make edits, add any missing elements, and your course is ready to go. Whether you want to publish privately, share publicly, sell your course, or export it to your LMS, Coursebox has you covered.
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