-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Description
Can anybody tell me, why is there an error?
While I run the TCN_main.py, an error arises.
Traceback (most recent call last):
File "TCN_main.py", line 40, in
import tf_models, datasets, utils, metrics
File "/home/yangchihyuan/Research/TCN/code/metrics.py", line 8, in
from LCTM.IoU_metrics import *
ImportError: No module named 'LCTM.IoU_metrics'
The LCTM module was downloaded from the GitHub and I installed it using sudo -H python3 setup.py install
I checked the installation by
import LCTM
dir(LCTM)
['builtins', 'cached', 'doc', 'file', 'loader', 'name', 'package', 'path', 'spec']
Where is the IoU_metrics?
Metadata
Metadata
Assignees
Labels
No labels