benetech / VideoDeduplication

GNU General Public License v3.0
35 stars 12 forks source link

video signature extraction error #280

Open johnhbenetech opened 3 years ago

johnhbenetech commented 3 years ago

Report from partner: Extracting Signatures from Video representations Traceback (most recent call last): File extract_features.py", line 81, in video_signatures = sm.predict(VIDEO_LEVEL_SAVE_FOLDER) File "/project/winnow/feature_extraction/similarity_model.py", line 26, in predict self.build_features() File "/project/winnow/feature_extraction/similarity_model.py", line 44, in build_features self.features.append(np.load(vid)[0]) IndexError: index 0 is out of bounds for axis 0 with size 0

fsbatista commented 3 years ago

Can you confirm which version the partner is working with? That seems to be fairly outdated. In any case, that error is usually related to the model not being able to find any videos to process (or the failure to find intermediate representations in the output folder).