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

The model web link has expired #13

Closed
xiaotianai opened this issue Dec 30, 2022 · 11 comments
Closed

The model web link has expired #13

xiaotianai opened this issue Dec 30, 2022 · 11 comments

Comments

@xiaotianai
Copy link

The model connection has expired, can you re-upload the pre-trained model

@XinYu-Andy
Copy link
Member

XinYu-Andy commented Dec 31, 2022

The model connection has expired, can you re-upload the pre-trained model

Hi,
I have checked the checkpoint just now and found I can still download it via "gdown" in the bash script or manually downloading from google drive.
What's the error reported when you downloaded it?

@xiaotianai
Copy link
Author

xiaotianai commented Jan 3, 2023 via email

@xiaotianai
Copy link
Author

xiaotianai commented Jan 3, 2023 via email

@XinYu-Andy
Copy link
Member

When I use gdown to download, it will report such an error. I think it should be a problem that you don't have permission to open.

------------------ 原始邮件 ------------------ 发件人: "CVMI-Lab/UHDM" @.>; 发送时间: 2023年1月1日(星期天) 凌晨2:03 @.>; @.@.>; 主题: Re: [CVMI-Lab/UHDM] The model web link has expired (Issue #13) The model connection has expired, can you re-upload the pre-trained model Hi, I have checked the checkpoint just now and found I can still download it via "gdown" in the bash script or mannully downloading from google drive. What's the error reported when you downloaded it? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

Hi,
The problem seems to be from gdown side (see this issue). At this moment, I suggest you firstly upgrade the gdown via :
pip install --upgrade --no-cache-dir gdown.
If this cannot work, I suggest you download it directly from google drive. I will try to find a way to fix this problem.

@xiaotianai
Copy link
Author

xiaotianai commented Jan 3, 2023 via email

@XinYu-Andy
Copy link
Member

Thank you very much for your reply, I have solved the problem!! Then, I have another question. You said in git that you only need 17ms to process a 4k image using a 3090 graphics card, but it takes me 8s under the same configuration. Moreover, if I process a 40008000 panorama, the memory will be exceeded. Have you MEET this problem, or do you have any better suggestions

------------------ 原始邮件 ------------------ 发件人: "CVMI-Lab/UHDM" @.
>; 发送时间: 2023年1月3日(星期二) 中午1:57 @.>; @.@.>; 主题: Re: [CVMI-Lab/UHDM] The model web link has expired (Issue #13) When I use gdown to download, it will report such an error. I think it should be a problem that you don't have permission to open. … ------------------ 原始邮件 ------------------ 发件人: "CVMI-Lab/UHDM" @.>; 发送时间: 2023年1月1日(星期天) 凌晨2:03 @.>; @.@.>; 主题: Re: [CVMI-Lab/UHDM] The model web link has expired (Issue #13) The model connection has expired, can you re-upload the pre-trained model Hi, I have checked the checkpoint just now and found I can still download it via "gdown" in the bash script or mannully downloading from google drive. What's the error reported when you downloaded it? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.> Hi, The problem seems to be from gdown side (see this issue). At this moment, I suggest you firstly upgrade the gdown via : pip install --upgrade --no-cache-dir gdown. If this cannot work, I suggest you download it directly from google drive. I will try to find a way to fix this problem. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.*>

No, I haven't meet this problem. How do you test it, through our code or other implementation?

@xiaotianai
Copy link
Author

xiaotianai commented Jan 3, 2023 via email

@XinYu-Andy
Copy link
Member

I run your demo_test.py this program

------------------ 原始邮件 ------------------ 发件人: "CVMI-Lab/UHDM" @.>; 发送时间: 2023年1月3日(星期二) 下午3:16 @.>; @.@.>; 主题: Re: [CVMI-Lab/UHDM] The model web link has expired (Issue #13) Thank you very much for your reply, I have solved the problem!! Then, I have another question. You said in git that you only need 17ms to process a 4k image using a 3090 graphics card, but it takes me 8s under the same configuration. Moreover, if I process a 40008000 panorama, the memory will be exceeded. Have you MEET this problem, or do you have any better suggestions … ------------------ 原始邮件 ------------------ 发件人: "CVMI-Lab/UHDM" @.>; 发送时间: 2023年1月3日(星期二) 中午1:57 @.>; @.@.>; 主题: Re: [CVMI-Lab/UHDM] The model web link has expired (Issue #13) When I use gdown to download, it will report such an error. I think it should be a problem that you don't have permission to open. … ------------------ 原始邮件 ------------------ 发件人: "CVMI-Lab/UHDM" @.>; 发送时间: 2023年1月1日(星期天) 凌晨2:03 @.>; @.@.>; 主题: Re: [CVMI-Lab/UHDM] The model web link has expired (Issue #13) The model connection has expired, can you re-upload the pre-trained model Hi, I have checked the checkpoint just now and found I can still download it via "gdown" in the bash script or mannully downloading from google drive. What's the error reported when you downloaded it? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.> Hi, The problem seems to be from gdown side (see this issue). At this moment, I suggest you firstly upgrade the gdown via : pip install --upgrade --no-cache-dir gdown. If this cannot work, I suggest you download it directly from google drive. I will try to find a way to fix this problem. — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.> No, I haven't meet this problem. How do you test it, through our code or other implementation? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.**>

I guess you may just test one image and calculate the run time of the whole code processing, including model loading. We do statistics by testing 500 images and calculate the average time for model processing (see here).

@xiaotianai
Copy link
Author

xiaotianai commented Jan 3, 2023 via email

@xiaotianai
Copy link
Author

xiaotianai commented Jan 3, 2023 via email

@XinYu-Andy
Copy link
Member

It is caused by the inconsistent color style in training pairs. For moire images, it contains not only moire artifact but also degraded color style. So the model has also learnt to modify the color style.

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