Python Forum
Classifying images using trained model
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Classifying images using trained model
#1
Hello!

I have followed this TensorFlow tutorial to classify images using transfer learning approach. Using almost 16,000 classified images (with about 40/60 split of 1/0) I as able to achieve 95% accuracy on the hold out testing set. I then saved this trained model using pickle.

Now I would like to use this trained model to classify new images. But I am having difficulty understanding how to do so. I am seeking you advice on how to:

(1) Appropriately load the new images, and
(2) Pass those images for classification.

Thanks a lot for your help.
Reply


Messages In This Thread
Classifying images using trained model - by kiton - Dec-03-2020, 04:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiprocessing with loading well-trained model. (via Python3) Chris2013 0 2,234 Jun-06-2018, 06:48 AM
Last Post: Chris2013

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020