tridivb / slowfast_feature_extractor

Feature Extractor module for videos using the PySlowFast framework
MIT License
77 stars 24 forks source link

AttributeError: 'NoneType' object has no attribute 'CONTRASTIVE' #26

Open FeSCN6 opened 2 months ago

FeSCN6 commented 2 months ago

I met this problem here: image It seems that the class ResNetBasicHead(slowfast/models/head_helper.py) needs CONTRASTIVE, but I couldn't find any setting concerning CONTRASTIVE in .yaml file. : (