-
Notifications
You must be signed in to change notification settings - Fork 273
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
Comments
I encountered the same problem, and I think the link may not provide the right file. |
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. |
I can't find the mobilenetv2.pth.tar when use fpn_mobilenet as generator. can you provide it , thanks! |
Hi, could you tell me the structure of train sets? error rise,
|
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. |
How did you solve this problem, I encountered the same problem |
I, too, am wondering the same thing |
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 |
No description provided.
The text was updated successfully, but these errors were encountered: