Skip to content

roman-koshchei/yolo-dataset-visualizer

Repository files navigation

YOLO Dataset Visualizer

Tool to look over dataset's bounding boxes and images. Particulary useful to remove incorrect data after distillation.

yolo-dataset-visualizer.mp4

Run

I am not going to build the app for each system and especially signing, because it's an unnecessary headache.

So you will need to run it yourself. Before you start you need to have Npm and Cargo installed on your system.

Clone repository:

git clone https://github.com/roman-koshchei/yolo-dataset-visualizer.git

Install dependencies:

npm install

Run:

npm run tauri dev

Development

As of 12.05.2025 project uses Tauri framework and TypeScript. It's a tool and I wanted to use things I know, aka TypeScript and web.

About

Tool to visualize images and boxes from dataset for YOLO training

Topics

Resources

License

Stars

Watchers

Forks