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
Hi, I try to use extract_features.py to get image feature, the dataset I used is Charades. Should I use rgb_charades.pt as the pre-trained model in extract_features.py? Another question is why in train_i3d.py, the transfrom has videotransforms.RandomHorizontalFlip() but in extract_features.py transfrom is only transforms.Compose([videotransforms.CenterCrop(224)])
Thank you if you can help me.
The text was updated successfully, but these errors were encountered:
Hi, I try to use extract_features.py to get image feature, the dataset I used is Charades. Should I use rgb_charades.pt as the pre-trained model in extract_features.py? Another question is why in train_i3d.py, the transfrom has
videotransforms.RandomHorizontalFlip()
but in extract_features.py transfrom is onlytransforms.Compose([videotransforms.CenterCrop(224)])
Thank you if you can help me.
The text was updated successfully, but these errors were encountered: