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

Integrate llama.cpp in Aprapipes and a module ImageToTextXForm which can describe an image #345

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
update framemetadata.h
kushaljain-apra committed Apr 17, 2024
commit 76d37ac703cabebfa5e499d1ffada1fb67101e57
3 changes: 2 additions & 1 deletion base/include/FrameMetadata.h
Original file line number Diff line number Diff line change
@@ -51,7 +51,8 @@ class FrameMetadata {
MOTION_VECTOR_DATA,
OVERLAY_INFO_IMAGE,
FACE_LANDMARKS_INFO,
TEXT
TEXT,
IMAGE_EMBEDDING
};

enum MemType