Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Vectors and ML Model Metadata on Strawberry Flavors #325

Closed
DiegoPino opened this issue May 6, 2024 · 1 comment
Closed

Support Vectors and ML Model Metadata on Strawberry Flavors #325

DiegoPino opened this issue May 6, 2024 · 1 comment
Assignees
Labels
ML Algorithms fed with human labor
Milestone

Comments

@DiegoPino
Copy link
Member

DiegoPino commented May 6, 2024

What?

The idea here is to extend, for internal search use, the data structure of a SBF to hold for now a few vector sizes

  • vector_576 (yolov8)
  • vector_1024(mobileNetv3)
  • vector_512(Apple Vision ML Image Finger Print, I think this is efficientNet ...)
  • vector_384(Bert, text embeddings. has a hidden size of 384, Sorry had forgotten this one)
  • ML_metadata (info about the model that generated the embeddings in JSON format)

Object detection/labels will go into current elements and for Object detection we will (guess what) use miniOCR with values containing both the Label + the confidence... so people can't use this directly for exposing to the world @alliomeria

The limit is 1024 because that is a default performance option in Solr. Could be raised but nobody in our community can afford a super computer to ask for image similarity.

@DiegoPino DiegoPino self-assigned this May 6, 2024
@DiegoPino DiegoPino added the ML Algorithms fed with human labor label May 6, 2024
@DiegoPino DiegoPino added this to the 1.4.0 milestone May 6, 2024
@DiegoPino
Copy link
Member Author

Resolved (for now) via 302e933

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ML Algorithms fed with human labor
Projects
None yet
Development

No branches or pull requests

1 participant