Started on backend, Annoying bug that I’m trying to fix
I’m making a journaling app, where you can easily journal projects and then make media from it afterwards
I’ve set up a queue and server file to process jobs. When a journal is uploaded right now all files are added to a queue in the database. Images are analyzed using a local AI model, and videos are segmented first, and then each segment is analyzed. Only useful segments are kept
But I can’t get the segmenting model to work, this super weird FFMPEG and Torch/torchcodec thing just isn’t working for some reason
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.