lukas / ml-class

Machine learning lessons and teaching projects designed for engineers
https://www.youtube.com/channel/UCBp3w4DCEC64FZr4k9ROxig
GNU General Public License v2.0
2.36k stars 1.17k forks source link

How do I feed this script my own input image? #71

Open thefrog00 opened 2 years ago

thefrog00 commented 2 years ago

I can't find where to put my own image in in this video predictor script below: https://github.com/lukas/ml-class/blob/master/videos/video-predict/video.ipynb

Can you help me? Also I'm wondering if the cell to do it in is down below farther or above the 5 images, not sure...Also does it haveee to be ran in weights and biases? It seems to remember the folder even if I rename/move the catz folder.

nesarks commented 1 month ago

Try saving the model and use transfer learning to feed your images to the model.