You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most parts were taken from the caffe_train. I noticed that this routine is never called. I've removed unnecessary code but I plan to move augmentation into the generator so this repo will be deprecated.
https://github.com/michalfaber/rmpe_dataset_transformer/blob/master/DataTransformer.cpp#L470
You forget cnt++ in case of cnt==0, so your cnt is always 0.
The text was updated successfully, but these errors were encountered: