-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what should i adjust to achieve the effect in the example #9
Comments
@Chrisliu89 You can see my PR here #6 on how you can use your own videos. |
I am using an mp4 file,is this possible?where should i put the video,my structure has already finished and it can use,but as a newbee for computer,i tried to change pkl in TalkSHOW dataset and trained again with new words,only change the face ,the gesture is the same |
Thank you gt732 for your reply, as a freshman for computer science i looked #9 but i saw it need npy files, but i don't know how can i get it and about the script inference_tram.sh i also don't know where i can get it └── tram |
@Chrisliu89 The way you get those files is by running TRAM on your mp4 video file https://github.com/yufu-wang/tram fastest way to get it up and running quickly is by this docker container you still need to clone TRAM into the container https://hub.docker.com/r/aza1200/tram/tags If you get it working share your results here! |
I'm trying to run it in docker,could you share the inference_tram_.sh script if possible, and where in the script should i introduce the path to the custom_motion folder? |
@Chrisliu89 you can find it under my pull request, clone my fork. Also you can create the custom_motion folder in the root DIR |
@Chrisliu89 NP, here is step by step what i did to achieve the results below. 1108.mp4
Run inference with the tram loader bash scripts/inference_tram.sh If you want can you share the video you are testing I can test on my end as well. let me know how it goes! |
@gt732 Hello, I am currently researching the work of replacing video characters, and I am very interested in your work and have tried it. I have been able to generate the result with original video correctly, but I have not been successful in using ProPainter from comfyUI to get a video with the background‘s people removed. I wanted to konw how you achieved this.Thank u! AnimateDiff_00003.mp4000000_image.mp4 |
@Nomi-Kud Hey happy to hear the animation is working using Tram. Here is the workflow I used to generate the final video. It is a bit messy but you can follow what I did. |
I don't konw what to adjust to replace the characters in the video,i will appreciate if you could teach me.
The text was updated successfully, but these errors were encountered: