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
Hello, I am trying to run your code
However I encountered some problem preprocessing data.
The official CMU_MOSI dataset provided only h5 file or pickle style file, but in your utils/data_loader.py the program need csv file as input (eg. line 50 "file_name = facet_path + video_index + '.FACET_out.csv'")
Where can I get the csv format file ? Or can you provide a link to download the dataset ("data/mosi" in you project) ?
The text was updated successfully, but these errors were encountered:
Hello, I am trying to run your code
However I encountered some problem preprocessing data.
The official CMU_MOSI dataset provided only h5 file or pickle style file, but in your utils/data_loader.py the program need csv file as input (eg. line 50 "file_name = facet_path + video_index + '.FACET_out.csv'")
Where can I get the csv format file ? Or can you provide a link to download the dataset ("data/mosi" in you project) ?
The text was updated successfully, but these errors were encountered: