microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to remove broken video

biocyberman opened this issue · comments

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

  • OS: MacOS Catalina 10.15.7
  • Browser: Firefox
  • Version: 2.2 Desktop

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.

Is anyone in the team is looking at this?