kartikdutt18
kartikdutt18
Hi everyone, I have compiled a list of all activation functions that currently not implemented in mlpack but have can be found in either tensor flow or pytorch. 1. ~~SELU~~...
Hey everyone, I will be working on implementing YOLOv4 in mlpack for a college project. I'm opening this issue to prevent conflicts incase someone also starts working on it. Thanks.
Hey everyone, Recently Augmentation class was added. It currently supports only resize function. This issue aims to add other augmentations as well. Background : 1. Each augmentation must be accessible...
Recently we added support to parse XML files in object detection type datasets. It would nice to have a conversion script that convert CSV, object-detection-tf type, json to XML and...
Hey everyone, This PR aims to add visualisation tools to the repository. This comes with an addition opencv dependency. Below there is a function to add bounding boxes. I plan...
Hey everyone, This PR adds Documentation for Visualization tools in #31. This PR can merged after #31 is merged. This goes into brief details about the Visualization tools and their...
Hey everyone, This PR aims to add YOLOv3 model. Currently I have added a generalized of forward propogation of YOLOv3 layer which should work for both YOLOv3 and tiny YOLOv3....
Hey everyone, With the Input pipeline complete (PreProcessing part), this PR aims to complete the output pipeline as well. This PR adds Loss Function for the YOLO model. To Do...
Hey everyone, This PR aims to remove existing examples and add model for object classification. This PR will help set structure for one of my next PRs regarding Darknet-19 and...
Hey everyone, I am suggesting a list of examples that might be fun to add to this repo : ~1. SRGAN and maybe ESRGAN.~ 2. DCGAN on CelebA(This is currently...