vision-adas / code

PyTorch自动驾驶视觉感知算法实战示例代码
MIT License
49 stars 6 forks source link

chapter7的代码运行报错module 'albumentations' has no attribute 'Cutout' #6

Open yuedi-hhh opened 5 months ago

yuedi-hhh commented 5 months ago
在chapter7/train_multitask.py",line57

A.Cutout(max_w_size=15, max_h_size=15), AttributeError: module 'albumentations' has no attribute 'Cutout' 我是按照[requirements_gpu.txt]安装的,albumentations版本是1.4.6