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

It seems that the weight of VSCode-T and VSCode-S in model_zoo are exactly same #4

Open
lonelyqian opened this issue Apr 12, 2024 · 2 comments

Comments

@lonelyqian
Copy link

args = parser.parse_args()
netT = ImageDepthNet(args)
netS = ImageDepthNet(args)
modelT_path = '/media/data/QFS/Models/proj-based/VScode-swin/RGB_VST_T.pth'
modelS_path = '/media/data/QFS/Models/proj-based/VScode-swin/RGB_VST_S.pth'
state_dictT = torch.load(modelT_path)
state_dictS = torch.load(modelS_path)
print(str(state_dictT) == str(state_dictS))

# True

The weitght of VSCode-T you provided is based on Swin-S not Swin-T

I wonder if you could please provide the pretrained Swin backbone?

@Sssssuperior
Copy link
Owner

I apologize for my error.
The VSCode-T version has been updated.

@typist2001
Copy link

请问Swin-T版本更新了吗?我百度网盘下载的Swin-T和Swin-S好像还是一样的

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

3 participants