【发布时间】:2022-08-12 20:59:41
【问题描述】:
我正在尝试导入 python 包,但有导入错误
from albumentations.augmentations.transforms import Crop
显示错误
cannot import name \'Crop\'
有谁知道为什么?
标签: python
我正在尝试导入 python 包,但有导入错误
from albumentations.augmentations.transforms import Crop
显示错误
cannot import name \'Crop\'
有谁知道为什么?
标签: python
嘿有同样的问题。你能解决这个问题吗?
【讨论】: