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

Cannot get good result using mobilenet using default settings #32

Open
wanghaiboanhui opened this issue Nov 28, 2019 · 8 comments
Open

Comments

@wanghaiboanhui
Copy link

No description provided.

@BrainPotter
Copy link

I encountered the same problem, and I think the link may not provide the right file.

@wanghaiboanhui
Copy link
Author

I have just got 0.67 SSIM and 24 PSNR which is too poor performance comparing to described in paper. Please author provide your trained result best_fpn.h5.

@nbu-lhj
Copy link

nbu-lhj commented Dec 10, 2019

I can't find the mobilenetv2.pth.tar when use fpn_mobilenet as generator. can you provide it , thanks!

@Williamlizl
Copy link

Hi, could you tell me the structure of train sets? error rise,

Traceback (most recent call last): File "train.py", line 183, in <module> train, val = map(get_dataloader, datasets) File "/home/lbc/DeblurGANv2/dataset.py", line 139, in from_config files_a, files_b = map(list, zip(*data)) ValueError: not enough values to unpack (expected 2, got 0)

@oywstju
Copy link

oywstju commented Dec 11, 2020

Have you figure this problem? I got low SSIM & PSNR on GOPRO, but a very high SSIM & PSNR on my own dataset, I'm so confused.

@daneren
Copy link

daneren commented Jul 15, 2021

Hi, could you tell me the structure of train sets? error rise,

Traceback (most recent call last): File "train.py", line 183, in <module> train, val = map(get_dataloader, datasets) File "/home/lbc/DeblurGANv2/dataset.py", line 139, in from_config files_a, files_b = map(list, zip(*data)) ValueError: not enough values to unpack (expected 2, got 0)

How did you solve this problem, I encountered the same problem

@aldenjenkins
Copy link

Have you figure this problem? I got low SSIM & PSNR on GOPRO, but a very high SSIM & PSNR on my own dataset, I'm so confused.

I, too, am wondering the same thing

@angelamin
Copy link

I can't find the mobilenetv2.pth.tar when use fpn_mobilenet as generator. can you provide it , thanks!

you can just set pretrained=False in fpn_mobilenet.py, since you will load the the train weight later, you don't have to init the mobilenet when testing

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

8 participants