dnutiu / image-tagger-archive

Image tagger application that predicts an image's keywords using deep-learning. Useful for photographers who want to improve their workflow by auto-tagging images.
1 stars 0 forks source link

Is the modelPath algorithm missing from the code? Unable to find algorithm content! #1

Closed 1512033796 closed 1 year ago

1512033796 commented 1 year ago

Is the modelPath algorithm missing from the code? Unable to find algorithm content!

dnutiu commented 1 year ago

Hi,

I'm not exactly sure what you're referring to.

The model inference algorithm can be found here: https://github.com/dnutiu/image-tagger/blob/main/image-tagger-core/src/main/java/dev/nuculabs/keyworder/ModelInference.java

Let me know if you need help with something else :D