apple / ml-hugs

Official repository of HUGS: Human Gaussian Splats (CVPR 2024)
https://machinelearning.apple.com/research/hugs
Other
198 stars 22 forks source link

How to perform HUGS on custom dataset? #12

Open JerryPW opened 3 months ago

JerryPW commented 3 months ago

Hi! Thanks for your great work! However, I noticed that there are several parts of data-info are needed only in one dataset. So I wonder for a custom dataset, like simply a monocular video from phone, how can I get those dataset information by my own?

Hoping for your reply soon!

hanswolff commented 3 months ago

You can use the preprocessing code from NeuMan (see https://github.com/apple/ml-neuman/tree/main/preprocess) for most of the preprocessing but HUGS also needs some preprocessing from 4D-Humans (see issue 6: https://github.com/apple/ml-hugs/issues/6)

JerryPW commented 3 months ago

You can use the preprocessing code from NeuMan (see https://github.com/apple/ml-neuman/tree/main/preprocess) for most of the preprocessing but HUGS also needs some preprocessing from 4D-Humans (see issue 6: #6)

Thanks for reply! I'll check it out.

MikeAiJF commented 4 weeks ago

您可以使用 NeuMan 的预处理代码(请参阅https://github.com/apple/ml-neuman/tree/main/preprocess)进行大部分预处理,但 HUGS 还需要 4D-Humans 的一些预处理(请参阅问题 6:#6)

谢谢回复!我会检查一下。

你好,请问你处理自定义数据集好了吗,希望能得到你的帮助,谢谢