CLoDSA icon indicating copy to clipboard operation
CLoDSA copied to clipboard

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

Open anacondabitch opened this issue 4 years ago • 1 comments

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 !!

anacondabitch avatar Apr 28 '20 12:04 anacondabitch

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.

joheras avatar May 01 '20 07:05 joheras