micts / acgcn

Code for the paper "Spot What Matters: Learning Context Using Graph Convolutional Networks for Weakly-Supervised Action Detection"
13 stars 0 forks source link

Config #3

Open Michael-Ray-Sirius opened 1 year ago

Michael-Ray-Sirius commented 1 year ago

Hello Thanks for your excellent code, but I still have some questions about running 'bash tools/train_gcn.sh':

ModuleNotFoundError: No module named 'config'

I have the same configuration as your file structure

micts commented 1 year ago

Hi,

Thanks for your interest.

I think Python doesn't recognize the config/ folder as a package. Can you try to add the acgcn/ folder to your Python path?