Enhance Dummy Detection Dataset #69
Labels
datasets
Providing Datasets to users
good first issue
Good for newcomers
Medium Priority
Should be addressed in few days
🚀 Feature
Add options to normalize and start classes from 0 or 1.
Motivation
Since we support YOLO format, some models such as Detr take normalized YOLO.
We should normalize the boxes w.r.t image dimensions (images are already normalized in
T.ToTensor()
)We should normalize data.
Some models start classes from 1 (FRCNN, etc) some start from 0 (Detr, lets support that)
Pitch
normalize: bool = False
parameter.class_start: int = 0
parameter.Additional context
Good first and Easy issue. After this and tests for this we can #20 make this public.
The text was updated successfully, but these errors were encountered: