Welcome to Python Object Detection Insights
A library for exploring your object detection dataset. The goal of this library is to provide simple and intuitive visualizations from your dataset and automatically find the best parameters for generating a specific grid of anchors that can fit you data characteristics
Commands
pyodi paint-annotations
- Paint COCO format annotations and predictionspyodi ground-truth
- Explore your dataset ground truth characteristics.pyodi evaluation
- Evaluate the predictions of your model against your ground truth.pyodi train-config generation
- Automatically generate atrain_config_file
usingground_truth_file
.pyodi train-config evaluation
- Evaluate the fitness betweenground_truth_file
andtrain_config_file
..pyodi coco merge
- Automatically merge COCO annotation files.pyodi coco split
- Creates a new dataset by splitting images into crops and adapting the annotations filepyodi crops split
- Creates a new dataset by splitting images into crops and adapting the annotations filepyodi crops merge
- Translate COCO ground truth or COCO predictions crops split into original image coordinates