You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vggsound.csv file have an extra 291 entries. The extra entries are in both the train and test split:
$ python3 -c 'import csv; [print(x[3]) for x in csv.reader(open("data/vggsound.csv"))]' | sort | uniq -c
15496 test
183971 train
I happen to have a copy of the file vggsound.csv as downloaded from the VGG website and these numbers matched.
I checked the full video compression package provided by the author in here and the total number of videos after decompression is 199,176, which is consistent with the number in the training and test files. I think vggsound.csv does have an extra 291 video files.
The file
vggsound.csv
file lists 199467 entries. That number does not match the sum of the test and train files. SeeThe
vggsound.csv
file have an extra 291 entries. The extra entries are in both the train and test split:I happen to have a copy of the file
vggsound.csv
as downloaded from the VGG website and these numbers matched.The text was updated successfully, but these errors were encountered: