CLoDSA
CLoDSA copied to clipboard
error in exmple file - augmenting a dataset for object detection.
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 !!
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.