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.