DSaurus / Human4DiT

This repository is the official implementation of Human4DiT: 360-degree Human Video Generation with 4D Diffusion Transformer.
51 stars 0 forks source link

video_url,part,clip,start_time,end_time,smpl_file #2

Open hitsz-zuoqi opened 1 month ago

hitsz-zuoqi commented 1 month ago

clip means?

hitsz-zuoqi commented 1 month ago

https://www.bilibili.com/video/BV14s411S7aV,2,3,00:00.0,00:04.4,demo_BV14s411S7aV_p2_3_00:00:00.000_00:00:04.371.pkl check this case, the first 0-4s is in cartoon style, I was wondering if you use scenecut to cut the video?

hitsz-zuoqi commented 1 month ago

If scenecut is applied, you should provide the cut timestamp of each clip.

DSaurus commented 1 month ago

Hi @hitsz-zuoqi ,

Yes, we use scene detection to cut videos. We also release code to cut these videos and render the corresponding SMPL normal maps. Please check our updated README.md.