mlpack / models

models built with mlpack
https://models.mlpack.org/docs
BSD 3-Clause "New" or "Revised" License
35 stars 40 forks source link

Documentation error in augmentation.hpp #44

Closed RishabhGarg108 closed 3 years ago

RishabhGarg108 commented 3 years ago

While going through the augmentation code, I encountered this line. I am wondering if it should be "the augmentation class should have access ..."?

kartikdutt18 commented 3 years ago

Right so feel free to fix it in a PR. I gave that access so that when we load images in Object Detection class they can be resized else we can create a matrix for them.

RishabhGarg108 commented 3 years ago

Sure, I will do it. Thanks for the quick response :-)