mickkky / Dataset-Augment

imgaug--Bounding Boxes augment
56 stars 43 forks source link

name 'bbs' is not defined #2

Open cyx6666 opened 4 years ago

cyx6666 commented 4 years ago
  File "D:/prime/Data mining/目标检测数据/Data-Augment/XMLaug.py", line 171, in <module>
    image_auged = bbs.draw_on_image(image_aug, thickness=0)
NameError: name 'bbs' is not defined

这种情况怎么解决呢?

mickkky commented 4 years ago

可能是标注框读取有问题,已经修改了增强后图片的保存方式。