Can you move scripts/CLAP_features/extract_features.py to ego4d/egoexo/scripts? i.e. git mv scripts/CLAP_features/extract_features.py ego4d/egoexo/scripts/extract_clap_features.py
Looks good, could be improved to distribute the extraction, but since you've already extracted the features then this doesn't matter.
Please delete the code I've flagged as unused (this is just noise when you read it). I've also comments as suggestions for future code you write (don't need to apply my suggestions other than delete unused code).
Can you move
scripts/CLAP_features/extract_features.py
toego4d/egoexo/scripts
? i.e.git mv scripts/CLAP_features/extract_features.py ego4d/egoexo/scripts/extract_clap_features.py
Looks good, could be improved to distribute the extraction, but since you've already extracted the features then this doesn't matter.
Please delete the code I've flagged as unused (this is just noise when you read it). I've also comments as suggestions for future code you write (don't need to apply my suggestions other than delete unused code).