-
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
Hey, how about your test results with pretrained model? #60
Comments
I found that the link provided by the author was invalid. How to get the pretrained model that author release? |
You can find the link in readme. |
Just copy the link to your explorer. |
hello,could you tell me which PyTorch version you install? |
InceptionResNet-v2 pretrained models is fpn_inception.h5, however, the weights parameters is not same with code, do you have same problem. |
|
I don't have that problem, the weights parameters are equal. |
How do you allocate the data set, is it the gopro provided by the author? There are 2200 pairs in the train. Do you put the train and valiation paths directly in the config during training? Do other parameters of config need to be adjusted? There is a big gap with the author's results. |
Just do the same thing with #33 |
there are 2 pretrained models for. is it training using MobileNet?
do you resolve this problem, meet similar psnr goal with authors? |
你好,我正在复现这个代码,数据集存放的路径应该是怎样的?望回复! |
Hello, after the model training, what files can be run to get the final test results of the author? Is PSNR in training the result? |
|
Hi, could you tell me the structure of the train sets?
|
could you tell me ,how to fix this problem,thanks |
I have test the image on GOPRO dataset by running test_matrics.py,
and with pretrained mobilenet model that author release,
but I got PSRN=26.89 and SSIM=0.814, not 28.17 and 0.925.
Does anyone got higher results?
The text was updated successfully, but these errors were encountered: