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
I have fine tuned a image classification model (epoch_100.pth) based on resnet50, i use image_demo.py, it can only predict one image at a time, and the predicted result is output as image.
(1)how can i use it to predict 100 samples without annotation
(2)how can i save the predict result as .csv file.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have fine tuned a image classification model (epoch_100.pth) based on resnet50, i use image_demo.py, it can only predict one image at a time, and the predicted result is output as image.
(1)how can i use it to predict 100 samples without annotation
(2)how can i save the predict result as .csv file.
Beta Was this translation helpful? Give feedback.
All reactions