crowdcount-mcnn icon indicating copy to clipboard operation
crowdcount-mcnn copied to clipboard

from models import MCNN

Open YeWenzhen opened this issue 5 years ago • 6 comments

i'can find where is models

YeWenzhen avatar Sep 07 '19 07:09 YeWenzhen

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

yuy01 avatar Apr 30 '21 07:04 yuy01

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

ArtificialZeng avatar Jul 05 '21 03:07 ArtificialZeng

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 avatar Feb 15 '23 15:02 lizhyuxi

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 avatar Feb 15 '23 15:02 lizhyuxi

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 avatar Feb 15 '23 15:02 lizhyuxi

image

lizhyuxi avatar Feb 15 '23 16:02 lizhyuxi