mlpack / models

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

Image Dataloader Documentation #19

Closed kartikdutt18 closed 4 years ago

kartikdutt18 commented 4 years ago

Hey everyone, This is the documentation for image dataloader. I'll be updating the wiki in the forked repo shortly and will post the link here. Kindly let me know what you think. Till then, I'll get started with DarkNet 19. Thanks.

kartikdutt18 commented 4 years ago

The updated wiki page can be found here.

KimSangYeon-DGU commented 4 years ago

@kartikdutt18 Can you update the wiki like this? I mean to put : between a variable and description

dataset : Dataset on which augmentation will be applied.
datapointWidth : Width of a single data point i.e. Since each column represents a separate data point.
datapointHeight : Height of a single data point.
datapointDepth : Depth of a single data point. For 2-dimensional data point, set it to 1. Defaults to 1.

It's the same format as the Dataloader Tutorial

kartikdutt18 commented 4 years ago

Ahh, Makes sense. Sorry I missed that. Done.

KimSangYeon-DGU commented 4 years ago

@kartikdutt18 Thanks for the nice documentation 👍

kartikdutt18 commented 4 years ago

Thanks a lot @KimSangYeon-DGU for the reviews. I think I can change the wiki now too.