crowdcount-mcnn
crowdcount-mcnn copied to clipboard
from models import MCNN
i'can find where is models
i also meet this problem, have you solved this problem?
from models import MCNN ModuleNotFoundError: No module named 'models'
from models import MCNN ModuleNotFoundError: No module named 'models'
The module named 'models' is in the subdirectory src. This is not a This is not a third-party package. So in this case, in order to import 'models', you should use 'import src.models'
i also meet this problem, have you solved this problem?
from models import MCNN ModuleNotFoundError: No module named 'models'
The module named 'models' is in the subdirectory src. This is not a This is not a third-party package. So in this case, in order to import 'models', you should use 'import src.models'
i'can find where is models
from models import MCNN ModuleNotFoundError: No module named 'models'
The module named 'models' is in the subdirectory src. This is not a This is not a third-party package. So in this case, in order to import 'models', you should use 'import src.models'