joheras / CLoDSA

123 stars 33 forks source link

error in exmple file - augmenting a dataset for object detection. #12

Open anacondabitch opened 4 years ago

anacondabitch commented 4 years ago

correct code = boxes = boxesFromPascalVOC('drive path + .xml') # this is the section where you read xml files before generating images . run this to see if everything is working in order showBoxes(img,boxes)

how do to i force this script to do one random rotation per image instead of throwing 80 images at me !!

joheras commented 4 years ago

Hi, I don't understand the error that you are reporting.

Which file produces the error? The jupyter notebook with that code seems to work fine.

The script does one random rotation per image.

Please be more precise with your problem, otherwise I won't be able to help you.