I have a local object detection dataset (using the HF datasets
library), is there a GUI program to visualize the dataset, and edit the annotations
Are there any solutions that involve converting my dataset to an intermediate format to be used by the program and then back to thedatasets
format
I think that this anssential step to object detection dataset creation
Note: I have tried Label-Studio
, vgg/via
. fiftyone
, but i have had problems with loading the datasets to them
Note: my dataset was auto annotated with grounding DINO
Note: my dataset is stored locally on my drive not on the HUB (yet)
Thanks a lot!