I have dataset of 50 to 60 classes, I can run evaluation on this data using using test.py script. now I want to write an inference function for it so that if a new image comes, I can classify it and predict that to which class does this image belong to.
what should be steps for it?? any guidance??
thanks
I have dataset of 50 to 60 classes, I can run evaluation on this data using using test.py script. now I want to write an inference function for it so that if a new image comes, I can classify it and predict that to which class does this image belong to.
what should be steps for it?? any guidance??
thanks