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 detectron2 implementation #21

Closed
williamFalcon opened this issue Apr 26, 2020 · 9 comments
Closed

Add detectron2 implementation #21

williamFalcon opened this issue Apr 26, 2020 · 9 comments
Labels
enhancement New feature or request help wanted Extra attention is needed let's do it! Looking forward to have it implemented model won't fix This will not be worked on

Comments

@williamFalcon
Copy link
Contributor

https://github.com/facebookresearch/detectron2

@williamFalcon williamFalcon added enhancement New feature or request help wanted Extra attention is needed labels Apr 26, 2020
@justusschock
Copy link
Member

This is a rather large repo. Maybe it would be best to also outsource this to a separate repo here? Especially since they also need to compile cpp stuff there. If we add this here, we probably also need to ship wheels for each torch version or always have compilation during install...

@edgarriba
Copy link

notice that parts of the detectron is now split under torchvision to make it more flexible. Maybe its worth directly wrapping the needed things from torchvision.

@Borda
Copy link
Member

Borda commented May 28, 2020

yeah, we shall port just some models at the beginning...

@stale
Copy link

stale bot commented Aug 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 Aug 30, 2020
@Borda Borda removed the won't fix This will not be worked on label Aug 30, 2020
@Borda Borda added the let's do it! Looking forward to have it implemented label Oct 21, 2020
@stale
Copy link

stale bot commented Dec 20, 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 Dec 20, 2020
@stale stale bot closed this as completed Dec 29, 2020
@akihironitta akihironitta removed the won't fix This will not be worked on label Dec 30, 2020
@akihironitta akihironitta reopened this Dec 30, 2020
@hiyyg
Copy link

hiyyg commented Feb 6, 2021

I think it would be nice if you can provide some examples of using pl's trainer to train d2's builtin models by only changing the trainer.

@stale
Copy link

stale bot commented Apr 7, 2021

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 Apr 7, 2021
@stale stale bot closed this as completed Apr 18, 2021
@yash-overjet
Copy link

@williamFalcon any progress on this planned ?

@zhiqwang
Copy link

FYI, seems that detectron2 supports training with pytorch-lightning now https://github.com/facebookresearch/detectron2/blob/main/tools/lightning_train_net.py

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 won't fix This will not be worked on
Projects
None yet
Development

No branches or pull requests

8 participants