microsoft / VoTT

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

Unable to remove broken video #1044

Open biocyberman opened 3 years ago

biocyberman commented 3 years ago

Describe the bug Unable to remove broken video from input video list

To Reproduce

  1. Create local project with N videos
  2. Work on the project and download another video into the input video folder.
  3. The video is partially downloaded and failed.

Expected behavior Hitting "Delete" or right-click should allow remove the video. The problem seems to prevent project export from working correctly.

Screenshots 2021-03-19_15-31-22

Error when exporting project: image

Desktop (please complete the following information):

Workaround I copied the content of another complete video and save as the same name of the broken video. This "fake" video led VoTT to think that everything is OK and exported the project successfully.

biocyberman commented 3 years ago

Is anyone in the team is looking at this?