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

This commit is contained in:
Adrià Arrufat 2023-04-13 11:33:34 +09:00 committed by GitHub
parent 9148a47c7e
commit 252d76f356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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