-
Notifications
You must be signed in to change notification settings - Fork 20
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 can I download pretrained/dpt_tiny.pth? #8
Comments
Please refer classification/README.md |
How do I use this plug-and-play DPT? |
I want to use the DPT plug-and-play module. Is there a procedure? The kind of departure from the entire PVT code. |
Yes. If you want to insert the plug-and-play module into other models, please refer these steps:
from .box_coder import *
from .depatch_embed import Simple_DePatch
box_coder = pointwhCoder(*args, **kwargs)
your_module = Simple_DePatch(box_coder, *args, **kwargs) |
Yes, I know it is used this way, but my current model is limited by img_size, is there any way I can ignore this variable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Where can I download pretrained/dpt_tiny.pth?
The text was updated successfully, but these errors were encountered: