Tool to look over dataset's bounding boxes and images. Particulary useful to remove incorrect data after distillation.
yolo-dataset-visualizer.mp4
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
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.