svishwa / crowdcount-mcnn

Single Image Crowd Counting via MCNN (Unofficial Implementation)
MIT License
499 stars 179 forks source link

from models import MCNN #54

Open YeWenzhen opened 4 years ago

YeWenzhen commented 4 years ago

i'can find where is models

yuy01 commented 3 years ago

i also meet this problem, have you solved this problem?

ArtificialZeng commented 3 years ago

from models import MCNN ModuleNotFoundError: No module named 'models'

lizhyuxi commented 1 year ago

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'

lizhyuxi commented 1 year ago

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'

lizhyuxi commented 1 year ago

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'

lizhyuxi commented 1 year ago

image