kkahatapitiya / Coarse-Fine-Networks

Code for our CVPR 2021 paper "Coarse-Fine Networks for Temporal Activity Detection in Videos"
MIT License
55 stars 7 forks source link

ModuleNotFoundError: No module named 'videotransforms' and 'loss_utils' #4

Closed yiheo closed 3 years ago

yiheo commented 3 years ago

Hi I'm just trying to run this code. However, I faced to some module error from the first train code, python train_fine.py -gpu {gpu_num}

File "train_fine.py", line 22, in <module>
   import videotransforms
ModuleNotFoundError: No module named 'videotransforms'
File "/workspace/Coarse-Fine-Networks/x3d_fine.py", line 7, in <module>
    import loss_utils
ModuleNotFoundError: No module named 'loss_utils'

Would you explain how to solve the error?

kkahatapitiya commented 3 years ago

Please feel free to comment these lines, they are not required. Sorry about the confusion.