microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.28k stars 834 forks source link

Getting 'Unable to load asset' for Removed Images #930

Open ghost opened 4 years ago

ghost commented 4 years ago

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: image

Desktop (please complete the following information):

Additionally, could this be causing issue #929 ?

SeverinNovack commented 4 years ago

You can edit the .vott file with the editor and just delete the asset.

songyuc commented 4 years ago

From my experience, the hint would cause the issue #929.

octo-kumo commented 3 years ago

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.

octo-kumo commented 3 years ago

It looks like the entire project is stored in localStorage, why not just add a delete button to assets

Kraego commented 2 years ago

Workaround: If the project is stored local,

After the restart the deleted Images should be gone in the VoTT Editor.