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

How to test the model? #6

Closed
xhsoldier opened this issue Nov 8, 2017 · 5 comments
Closed

How to test the model? #6

xhsoldier opened this issue Nov 8, 2017 · 5 comments

Comments

@xhsoldier
Copy link

Is there any test code that can run directly without training?

@linan142857
Copy link
Owner

@xhsoldier Sorry, the test code is involved in training stage for convenience.

@BSYMAHESH
Copy link

Hi, How can i test BRCN on my own data. Can you help me regarding this

@linan142857
Copy link
Owner

@BSYMAHESH @xhsoldier I add test_brnn in brcn.py

@BSYMAHESH
Copy link

BSYMAHESH commented Nov 17, 2017

Thanks for sharing test_brnn code. But got an error when i try to run test_brnn. can you help me how to resolve this.

Here is the errror i got..

% python brcn.py
... Loading data
model options {'padding': 6, 'rec_filter_size': [[64, 64, 1, 1], [32, 32, 1, 1]], 'filter_shape': [[64, 1, 9, 9], [32, 64, 1, 1], [1, 32, 5, 5]], 'model_path': '14_seq_41085_yuv_scala_4_frm10_blur_2.npy'}
... Building model
... Test data
...Test_PSNR: OrderedDict()

@linan142857
Copy link
Owner

@BSYMAHESH sorry, i wrongly write test_set as test_psnr in line 653.

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