-
Notifications
You must be signed in to change notification settings - Fork 91
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
New Example Using YOLO #113
Comments
Hey there, That would be really interesting to add however training YOLO model takes a lot of time (one epoch takes approx 10 hours on 64x 64 image). You would have to first train the model in PyTorch (hopefully using GPU) and then use the mlpack-PyTorch-weight-translator. This is what used for transferring weights. If you have weights already you can test it out and I agree it would be a really good example. |
I will see if I can get weights from any other source, like any already implemented network in pytorch, then as suggested I can use mlpack-PyTorch-weight-translator and proceed. Will that be ok? |
Sure, That makes sense. |
Hey @kartikdutt18 I found this repo |
Hey @heisenbuug, The PR for YOLOv3 hasn't be merged yet. Is there any dataset that uses YOLOv1? |
@kartikdutt18 oh, I will try finding some dataset that uses YOLOv1..I will update as soon as I find any... |
Hey @kartikdutt18 There is no dataset for YOLOv1, everyone is using YOLOv3 for face mask detection so we wont be getting any weights for v1 mostly. Any suggestions? |
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! 👍 |
@kartikdutt18, any idea when will the PR for YOLOv3 will get merged? |
Hey, I have started working on this, and I am having issues running the bash script (run.sh) of the mlpack-PyTorch weight converter repo I have raised an issue in that repo and hope to get some response soon so that I can proceed further |
Hey, as YOLO has been already added to the model repo I was thinking I can make a Face Mask Detector using YOLO. Shall I start working on it? It will be a good example for year 2020.
The text was updated successfully, but these errors were encountered: