xlliu7 / MUSES

[CVPR 2021] Multi-shot Temporal Event Localization: a Benchmark
https://songbai.site/muses/
55 stars 4 forks source link

Incorrect import in models.py #7

Closed doltonfernandes closed 3 years ago

doltonfernandes commented 3 years ago

Line 11 in models.py:

from ops import RoIPool

should be

from ops.roi_pool import RoIPool

xlliu7 commented 3 years ago

Thanks. I have fixed it.