HimangiM / RepLAI

Self-supervised algorithm for learning representations from ego-centric video data. Code is tested on EPIC-Kitchens-100 and Ego4D in PyTorch. (NeurIPS 2022)
11 stars 1 forks source link

Missing files and modules #10

Open Trungmaster5 opened 1 year ago

Trungmaster5 commented 1 year ago

Hey, I tried your code with the Epic Kitchens dataset and the Ego4D dataset. So far, I got some missing files error related to

criterions.simclr
data.video_moi_dataset
data.video_dense_data
FramesDataset

Could you check it?

HimangiM commented 1 year ago

Hi, Sorry for the late reply! I don't think the training would require any of these files. Can you please check if the arguments are getting passed correctly? If you are still facing this error, please send me a screenshot of the error and the arguments that you have passed. Thanks!