mxnet-ssd icon indicating copy to clipboard operation
mxnet-ssd copied to clipboard

how to get different crops for the same image

Open gaosanyuan opened this issue 8 years ago • 1 comments

When I try multi times of cropping the image using the DetRecordIter, it always has the same crop and pad; how to get different crops? thanks I guess it may has something with the parameter 'seed', but I don't know how to change the params when doing next() operation, or how to set the 'seed' parameter.

gaosanyuan avatar Jan 11 '18 04:01 gaosanyuan

Check out random generator seed on wiki, you will get a better idea how seed control the randomness.

zhreshold avatar Jan 17 '18 21:01 zhreshold