Junsu Lee

Results 6 comments of Junsu Lee

Thanks for your great work! I'm really waiting for this code to be released asap :)

In my case, the model could output a gif but it is just blacked out like this: ![rank_1-0](https://github.com/damo-vilab/videocomposer/assets/8327479/3f531867-b050-4c3d-a79e-f0825e73f25d) Is it OK in your case? @mumukawayi

I finally find a way, ```python def _i(tensor, t, x): r"""Index tensor using t and format the output according to x. """ shape = (x.size(0), ) + (1, ) *...