VS Code Extensions
Dataset Image Manager

Dataset Image Manager

by GuardSkill

Review image folders with fast delete, paired-file cleanup, and label tools.

Downloads

22

Rating

(0)

Version

0.0.1

Last updated

May 27, 2026

Image Manager is a VS Code extension for reviewing dataset image folders without the heavy refresh behavior that often makes Remote SSH workflows annoying.

Features

  • Open an image folder from Explorer or the command palette
  • Thumbnail grid plus large preview in one webview
  • Right-click any thumbnail and delete it from the grid
  • Press Delete or Backspace in preview to remove the current image
  • When the image is under an output/ folder, deletion also removes:
    • the matching label file with the same basename in output/
    • the matching image in sibling input/
    • the matching row in manifest_kept.csv when found in the dataset root
  • Top-right translucent label icon in preview:
    • hover to inspect the label
    • left click to copy label text
    • right click to translate the label to Chinese

Label discovery

For an image named foo.jpg, the extension looks for:

  • foo.txt
  • foo.prompt

in the same folder as the image.

Development

npm install
npm run compile

Then press F5 in VS Code to launch an extension development host.

Related extensions