Fafa-DL / Image-Augmentation

Image augmentation for object detection, segmentation and classification
597 stars 75 forks source link

生成图像标签没有对应的变换 #30

Closed pyl62112991 closed 9 months ago

pyl62112991 commented 11 months ago

采用此命令 iaa.Sequential([ iaa.Affine(scale={"x": (0.5, 1.5), "y": (0.5, 1.5)}), iaa.WithColorspace( to_colorspace="HSV", from_colorspace="RGB", children=iaa.WithChannels( 0, iaa.Add((0, 50)) ) ) ])

963E70FA-61A5-42e9-83DB-6BFB02C23BBD

Fafa-DL commented 11 months ago

可以将该例原始图像和label发送至516451964@qq.com(记得写明来由),有空我看看什么情况

Fafa-DL commented 10 months ago

原始这张图像的label是正常的吗?