How to inference custom dataset without Folder()? #2357
-
Hello all. I've successfully trained my custom dataset! I'd like to inference test dataset all but, when I'm using Folder() to inference test dataset as below, it leads to split my dataset. I don't wanna split my test. then, I'd like to inference my dataset all. Any method inference only 1 image? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello, You can use TorchInferencer to achieve this, as follows :
Your score will be available in the pred_score key ! |
Beta Was this translation helpful? Give feedback.
-
Let me close my query. Many thanks to all. |
Beta Was this translation helpful? Give feedback.
Thanks a lot. I got a solution as below.