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

DLA-34 model #7

Closed
sonctmirasoft opened this issue Jul 3, 2019 · 4 comments
Closed

DLA-34 model #7

sonctmirasoft opened this issue Jul 3, 2019 · 4 comments

Comments

@sonctmirasoft
Copy link

Hi, do you have any plan to implement the DLA-34 (deep layer aggregation) network described in the paper? I think it provide a better speed/accuracy trade off than the hourglass model (3 times faster for 3 to 4 less AP on COCO dataset).

@see--
Copy link
Owner

see-- commented Jul 3, 2019

Hi @sonctmirasoft ,

yes, I looked into DLA models. The problem is that TensorFlow does not support deformable convolutions. As you read, all other networks need them. There are open source libraries for deformable convolutions, but they aren't optimized. I don't think that you get 3x speedup. The hourglass model is probably still faster.

@sonctmirasoft
Copy link
Author

Thanks for the head up, I guess we have to use the Pytorch version for now.

@zyc4me
Copy link

zyc4me commented Jul 4, 2019

@see-- do you have the plan to release the training code?

@see-- see-- closed this as completed Jul 4, 2019
@bhack
Copy link

bhack commented Feb 5, 2020

You can upvote here for deformable convolution v2 tensorflow/addons#179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants