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

Where is the DisAlignLinear module? #21

Closed
jeongHwarr opened this issue Jan 6, 2022 · 4 comments · Fixed by Megvii-BaseDetection/cvpods#80
Closed

Where is the DisAlignLinear module? #21

jeongHwarr opened this issue Jan 6, 2022 · 4 comments · Fixed by Megvii-BaseDetection/cvpods#80

Comments

@jeongHwarr
Copy link

jeongHwarr commented Jan 6, 2022

Hello. Thank you for your impressive project!

I want to apply DisAlign to classification.
However, an error occurs in the import part.


I coudn't find the DisAlignLinear in cvpods.layers.
and there also isn't exist at
https://github.com/Megvii-BaseDetection/cvpods/tree/master/cvpods/layers
How can I solve this problem?

Thank you!

@FateScript
Copy link
Member

It's here
Sorry, it's a bug in cvpods, I will fix this later.
You could use from cvpods.layers.wrappers import DisAlignLinear to work around this.

@jeongHwarr
Copy link
Author

jeongHwarr commented Jan 6, 2022

@FateScript Thank you so much!

@FateScript
Copy link
Member

FateScript commented Jan 7, 2022

fixed now @jeongHwarr , please pull our latest branch.

@jeongHwarr
Copy link
Author

@FateScript Thank you!

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

Successfully merging a pull request may close this issue.

2 participants