GUI for visualizing and editing the annotations of an object detection dataset

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!

1 Like

Since I think this library is intended for automated processing, I can’t think of any dedicated GUI other than DatasetViewer…

I think import and export should be possible for major formats such as JSON.