I am following the instructions https://github.com/skelemoa/tal-hmo to reproduce your paper. When I tried to extract the audio feature using python extractVGGishFeatures.py, I encountered the following error. Could you explain how to get the file “ video_info.csv”?.
Traceback (most recent call last):
File "/media/tianshu/DATA/tianshu/avfusion/extractVGGishFeatures.py", line 44, in
data = np.genfromtxt('video_info.csv', delimiter=',', dtype=str)
File "/home/tianshu/anaconda3/lib/python3.9/site-packages/numpy/lib/npyio.py", line 1793, in genfromtxt
fid = np.lib._datasource.open(fname, 'rt', encoding=encoding)
File "/home/tianshu/anaconda3/lib/python3.9/site-packages/numpy/lib/_datasource.py", line 193, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "/home/tianshu/anaconda3/lib/python3.9/site-packages/numpy/lib/_datasource.py", line 533, in open
raise IOError("%s not found." % path)
OSError: video_info.csv not found.
I am following the instructions https://github.com/skelemoa/tal-hmo to reproduce your paper. When I tried to extract the audio feature using python extractVGGishFeatures.py, I encountered the following error. Could you explain how to get the file “ video_info.csv”?.
Traceback (most recent call last):
File "/media/tianshu/DATA/tianshu/avfusion/extractVGGishFeatures.py", line 44, in
data = np.genfromtxt('video_info.csv', delimiter=',', dtype=str)
File "/home/tianshu/anaconda3/lib/python3.9/site-packages/numpy/lib/npyio.py", line 1793, in genfromtxt
fid = np.lib._datasource.open(fname, 'rt', encoding=encoding)
File "/home/tianshu/anaconda3/lib/python3.9/site-packages/numpy/lib/_datasource.py", line 193, in open
return ds.open(path, mode, encoding=encoding, newline=newline)
File "/home/tianshu/anaconda3/lib/python3.9/site-packages/numpy/lib/_datasource.py", line 533, in open
raise IOError("%s not found." % path)
OSError: video_info.csv not found.