chou141253 / FGVC-PIM

Pytorch implementation for "A Novel Plug-in Module for Fine-Grained Visual Classification". fine-grained visual classification task.
MIT License
186 stars 39 forks source link

How to predict an image without the label #28

Open RobertLuo1 opened 2 years ago

RobertLuo1 commented 2 years ago

I am confused about how to predict the label of an image. I wonder which layer is the most suitable one for image prediction without label.

Sahil1776 commented 3 months ago

Hey, did you solve this issue? I have the same problem. I trained my model but there is no documentation for making predictions.