You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your excellent work!
I would like to ask whether only the training phase needs LR as a reference, and a single test should only need to provide SR as input.
But when I used predict_score.py, I found that it refers to “timm.data.dataset”, It still needs to deal with data like training or val phase.
What should I do if I want to test my own pictures, or what should be the input form?
I'd appreciate it if you would tell me~
The text was updated successfully, but these errors were encountered:
Thanks for your excellent work!
I would like to ask whether only the training phase needs LR as a reference, and a single test should only need to provide SR as input.
But when I used predict_score.py, I found that it refers to “timm.data.dataset”, It still needs to deal with data like training or val phase.
What should I do if I want to test my own pictures, or what should be the input form?
I'd appreciate it if you would tell me~
The text was updated successfully, but these errors were encountered: