pyodi
pyodi copied to clipboard
Python Object Detection Insights
Closes #174 - [X] Create new environment - [X] Setup pyodi - [X] Tests pass successfully This PR solves the CI problems of #175
I want to get the anchor setting of my dataset, the example you showed is as follows: pyodi train-config generation \\ $TINY_COCO_ANIMAL/annotations/train.json \\ --input-size [1280,720] \\ --n-ratios 3 --n-scales 3...
The readme states `Pyodi can help you to automatically design a set of anchors that fit your data distribution` can you provide an example or reference that describes this process,...
Excuse me, I want to know how clustering is done. I don't see the call of core/clustering.py in the place where the plot is drawn? Did I understand it wrong?
Add test that ensure typer CLI works as expected. See [typer docs](https://typer.tiangolo.com/tutorial/testing/#test-the-app)
The current plots analyze the images and bounding boxes separately. There is some important insights missing that need to combine both sources of information. For example: - Total Area occupied...
`ModuleNotFoundError: No module named 'mkdocstrings.handlers.python'`
Hi, I am wondering, do you think it makes sense to introduce validation of image paths for annotations? like `pyodi validate trainval.json --data-dir $DATA` so that it outputs if there...
I tend to use Voxel51 for most of my dataset filtering. Unfortunately the loading overhead is extreme and doesn't scale very well to large datasets. (wherever I can replace it...