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

About Low Accuracy #20

Closed
z1zzzz1 opened this issue Oct 19, 2022 · 1 comment
Closed

About Low Accuracy #20

z1zzzz1 opened this issue Oct 19, 2022 · 1 comment

Comments

@z1zzzz1
Copy link

z1zzzz1 commented Oct 19, 2022

Hi, thanks for your excellent work.But when I use your DAT model and pre trained weights for image segmentation tasks, the effect is not ideal. I do this: take out the features of each layer and then recover the image size through simple deconvolution up sampling and skip connection operations. The code is as follows:
image

If possible, please tell me where the error is. I hope you can publish the segmentation model as soon as possible and look forward to your reply. Thank you

@Vladimir2506
Copy link
Collaborator

Hello @z1zzzz1,

The deconvolution is a rather weak operator as the decoder in segmentation models. In fact, it is better to use some powerful decoder heads for segmentation tasks. The detection and segmentation codes are released, along with the extended version of the paper DAT++. We welcome you to check them out. Please feel free to let us know if you encounter any problem.

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

2 participants