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 an application that I am curious to know if this is the correct tool.
I am in the balloon decoration niche and I want to be able to determine the colors used in a balloon arrangement like this: https://imgur.com/q41Np4i
I want to train it on the name of specific balloon colors and have it tell me the name based on the provided image.
For example the colors in the image above might be:
Buttercream, peach pastel and soft blue.
Is it possible to get those results from this tool with the correct training and configuration?
The text was updated successfully, but these errors were encountered:
hmm if you have the data you could train a classification head on top of CLIP image embedding. this isn't something CLIP Interrogator has, it just makes use of the pretrained OpenAI and open_clip models.
I have an application that I am curious to know if this is the correct tool.
I am in the balloon decoration niche and I want to be able to determine the colors used in a balloon arrangement like this:
https://imgur.com/q41Np4i
I want to train it on the name of specific balloon colors and have it tell me the name based on the provided image.
For example the colors in the image above might be:
Buttercream, peach pastel and soft blue.
Is it possible to get those results from this tool with the correct training and configuration?
The text was updated successfully, but these errors were encountered: