Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 2.15 KB

README.md

File metadata and controls

44 lines (37 loc) · 2.15 KB

ODDGen - Object Detection Dataset Generator

Generate object detection datasets from individual objects with automatic bounding box annotations


logo

Features

  • Automatically generates object detection dataset along with bounding box annotations
  • Background remover for objects with backgrounds along with training script for U2NET if one requires a custom background remover
  • Add backgrounds to generated images
  • Easily scalable to generate tens of thousands of images through batching

Installation

git clone https://github.com/pranftw/oddgen.git
cd oddgen
# create and activate virtual environment
pip install -r requirements.txt

Example


methodology

Download PyTorch files for Background Remover