VoTT
VoTT copied to clipboard
Getting 'Unable to load asset' for Removed Images
I have removed several images from the project image source folder, before they were even annotated, and yet VoTT seems to still expect them to be there, and so I am getting errors 'Unable to load asset' How do I tell VoTT to forget about these missing images?
See screenshot here:
Desktop (please complete the following information):
- OS: [Windows 10]
- Browser [Chrome]
- Version [VoTT v 2.1.0]
Additionally, could this be causing issue #929 ?
You can edit the .vott file with the editor and just delete the asset.
From my experience, the hint would cause the issue #929.
Editing the .vott file does not work, I am amazed at how the editor still remembers the asset's name even though that name does not exist in the json anymore.
It looks like the entire project is stored in localStorage, why not just add a delete button to assets
Workaround: If the project is stored local,
- remove - asset from your project file
*.vott
- clean npm cache:
npm cache clean --force
-
npm cache verify
After the restart the deleted Images should be gone in the VoTT Editor.