kept
- 2 Devlogs
- 5 Total hours
Finally got stuff to work
I’ve been dealing with the weirdest issues ever, and after just doing random stuff and waiting it finally works. I think. At least more than before
Downloading models from HuggingFace was freezing too, so I had to disable XET or whatever and it’s working now
Literally everything is not working for me. I have no idea why. These hours tracked don’t reflect time finding how to fix it its terrible
Some stuff with torchcodec being annoying and refusing to use my stupid FFMPEG dll files
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