groakat / videotagger

10 stars 2 forks source link

ValueError: startVideo not found in videoPath #107

Open grez72 opened 6 years ago

grez72 commented 6 years ago

I'm following the detailed instructions here http://peter.rennert.io/papers/videotagger/install/run.html, but I'm unable to get a video to play.

image

I've selected a folder with one video file inside (/Users/george/Desktop/ground_truth/test2). That folder contains test.avi.

I clicked scan, and it looks like videotagger created a number of files, including test_small.mp4, and sets that as Start Video.

However, when I now click the > button, I get the following error:

ValueError: startVideo not found in videoPath

The video is present in the folder, and when I double click the video directly, it plays fine.

As far as I can tell, it looks like getFileList is returning an empty array for fileListRel in the videotagger.py file.

Is this a bug, or am I doing something incorrect?