mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Fix outdated comment in self supervised learning example (#2768)
This commit is contained in:
parent
9148a47c7e
commit
252d76f356
@ -113,7 +113,7 @@ rectangle make_random_cropping_rect(
|
||||
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(
|
||||
const matrix<rgb_pixel>& image,
|
||||
dlib::rand& rnd
|
||||
|
Loading…
Reference in New Issue
Block a user