Fix outdated comment in self supervised learning example (#2768)

pull/2769/head
Adrià Arrufat 1 year ago committed by GitHub
parent 9148a47c7e
commit 252d76f356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,7 @@ rectangle make_random_cropping_rect(
return move_rect(rect, offset); return move_rect(rect, offset);
} }
// A helper function to generate different kinds of augmentations depending on prime. // A helper function to generate different kinds of augmentations.
matrix<rgb_pixel> augment( matrix<rgb_pixel> augment(
const matrix<rgb_pixel>& image, const matrix<rgb_pixel>& image,
dlib::rand& rnd dlib::rand& rnd

Loading…
Cancel
Save