Skip to content
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 yolo v3/4 #22

Closed
williamFalcon opened this issue Apr 27, 2020 · 9 comments · Fixed by #552
Closed

Add yolo v3/4 #22

williamFalcon opened this issue Apr 27, 2020 · 9 comments · Fixed by #552
Labels
enhancement New feature or request help wanted Extra attention is needed let's do it! Looking forward to have it implemented model

Comments

@williamFalcon
Copy link
Contributor

williamFalcon commented Apr 27, 2020

eriklindernoren/PyTorch-YOLOv3#487
https://github.com/Tianxiaomo/pytorch-YOLOv4

@williamFalcon williamFalcon added enhancement New feature or request help wanted Extra attention is needed labels Apr 27, 2020
@Borda Borda changed the title Add yolo v3 Add yolo v3/4 Apr 30, 2020
@stale
Copy link

stale bot commented Jun 30, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the won't fix This will not be worked on label Jun 30, 2020
@stale stale bot removed the won't fix This will not be worked on label Jul 1, 2020
@OrthoDex
Copy link

OrthoDex commented Jul 9, 2020

Hello! I'd like to take this up!

@ananyahjha93
Copy link
Contributor

@OrthoDex Have a go at it! We would welcome this contribution from your side. Do go through our contributing guidelines before you submit a PR. (https://pytorch-lightning.readthedocs.io/en/latest/CONTRIBUTING.html)

@threefoldo
Copy link

I'm also interested. @OrthoDex Will you publish your code while it's incomplete?

Beside yolo, I also want to rewrite OCR models in lightning.

@ananyahjha93
Copy link
Contributor

@OrthoDex any updates on this?

@OrthoDex
Copy link

Hey @ananyahjha93, I'll aim to put up a PR sometime this weekend!

@romesco
Copy link

romesco commented Aug 12, 2020

@OrthoDex A couple students in my lab are about to start doing this. Would love to have your PR as a starting point instead of duplicating efforts =].

@stale
Copy link

stale bot commented Oct 12, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the won't fix This will not be worked on label Oct 12, 2020
@Borda Borda added the let's do it! Looking forward to have it implemented label Oct 21, 2020
@stale stale bot removed the won't fix This will not be worked on label Oct 21, 2020
@Borda Borda added this to To do in Object detection Nov 20, 2020
@senarvi
Copy link
Contributor

senarvi commented Feb 9, 2021

I created a pull request of my YOLO implementation, which my employer Groke Technologies authorized to contribute to PyTorch Lightning. It was quite difficult to get it right, since many details can only be found from the different versions of the Darknet C implementation (and many details are incorrect in the various PyTorch implementations). So if any of you know the YOLO architecture well, it would be great if you could check if you think that I've made any mistakes.

Object detection automation moved this from To do to Done Sep 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed let's do it! Looking forward to have it implemented model
Projects
Development

Successfully merging a pull request may close this issue.

7 participants