Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Dataset Image ManagerNew to Visual Studio Code? Get it now.
Dataset Image Manager

Dataset Image Manager

GuardSkill

|
1 install
| (0) | Free
Review image folders with fast delete, paired-file cleanup, and label tools.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Image Manager

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft