-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
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. |
Thanks for the head up, I guess we have to use the Pytorch version for now. |
@see-- do you have the plan to release the training code? |
You can upvote here for deformable convolution v2 tensorflow/addons#179 |
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).
The text was updated successfully, but these errors were encountered: