livepeer / ai-worker

https://livepeer.ai
MIT License
17 stars 26 forks source link

frame interpolation pipeline after fixing go api bindings issue #130

Open JJassonn69 opened 3 months ago

JJassonn69 commented 3 months ago

The new images are build isolated from other general pipelines for frame-interpolation so there wont be any conflicts while building the image but when creating openapi bindings, it requests some dependencies which are only used for the frame-interpolation pipeline so will have to update the requirements.txt file for the missing dependencies.

pschroedl commented 1 month ago

To address your question about video vs frames, I think that it is desirable to return frames using a VideoResponse, as we currently don’t have a precedent for returning files through go-livepeer and work is being done to address returning a URL to cloud storage for client retrieval.