vlfeat / matconvnet

MatConvNet: CNNs for MATLAB
Other
1.4k stars 752 forks source link

uncontrolled randomness in vl_imreadjpeg [not reproducible] #1236

Open matkowski-voy opened 5 years ago

matkowski-voy commented 5 years ago

Hi,

How to control the randomness in vl_imreadjpg? So far, for the same seed, function vl_imreadjpg returns different results when using parameters such as 'Contrast' or 'Saturation'. In other words, the randomness is non-deterministic for multiple repetitions and setting the seed from the Matlab level does not affect vl_imreadjpg function. From my experience, these affect the reproducibility of the experiment.

thanks a lot, cheers, Woj