Using BERTopic's topics_over_time with Image Data #2083
Unanswered
owwdesilva
asked this question in
Q&A
Replies: 1 comment 1 reply
-
That is currently not possible since the procedure of It is technically possible to do something like this by embedding and captioning the images again but that would require significant changes to the underlying code I'm afraid. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @MaartenGr, Hi All
Use of the BERTopic model for analyzing topics over time, specifically when dealing with sequences of images. I have trained a topic model using image data only, but the current implementation of topics_over_time seems to only accept documents and timestamps as input:
topics_over_time = topic_model.topics_over_time(docs, timestamps)
Given that my model is based on image data, how can I adapt or use the topics_over_time functionality for a sequence of images? Any guidance or examples on how to approach this. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions