-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Object detection models and replace existing models. (Restructuring Pt - 3) #8
base: master
Are you sure you want to change the base?
Add Object detection models and replace existing models. (Restructuring Pt - 3) #8
Conversation
Adding a ToDo List here :
|
Trained all models, the tests pass locally. Let's add unzip function and host the weights online in the next two days. Fix the styling issues. |
Right, we need to link unzip function to everything, and Also upload mnist_test in mnist.tar in mlpack.org/datasets. Also host weights online. Once that is done, we can merge this after taking into account all suggestions. |
Should we mark this as a draft, or are you ready for review? |
I'll make one more commit today and then it will be ready for review. |
I am guessing that the invalid access in memory is maybe due to mlpack/mlpack#2314. Let see what this build outputs. Thanks a lot. |
Let's open 2 PR one for LeNet and one for utility function (because that is ready) and LeNet will have to wait for copy constructors I guess. |
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! 👍 |
Keep Open. |
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 Darknet-53.
Things that I are left to do :
{There will be another PR for documentation of dataloader with a simple tutorial.txt}.
Looking forward to your thoughts and suggestions.
Thanks a lot.