X-niper

Results 7 comments of X-niper

> Hi l4rz, > > We're not planning on releasing the pose-extraction code as part of this repo but you can use [Deep3DFaceRecon_pytorch](https://github.com/sicxu/Deep3DFaceRecon_pytorch) to crop the images and extract camera...

> Hi Eric, > > I also have questions about the pose extraction part, it seems the origin of deep3dfacerecon_pytorch's coordinates is different from that of eg3d. Can you provide...

Hi,@bd20222 We can get the Euler angles from the extrinsics in the dataset.json. I compared the derived Euler angles with the one estimated by DeepFace3DRecon_pytorch and found the differences. I...

@41xu Hi, I use the original ffhq cropped image. I use mtcnn to detect facial landmarks.

Hi, @blandocs @41xu @mlnyang I am sorry to say that my guess of the get_extrinsics_from_euler_and_translation function is not exactly the same as the way that Eric uses in this work....

> Thanks for your great work! > > My goal: is to import highly detailed meshes and textures into 3D software like Blender, Unreal for rendering > > How do...

您好呀,感谢cogvideo团队公开这个项目。我们试用了项目中的模型,结果很赞。 我们发现在您的代码中,变量命名上似乎是 将 model_parallel 和 context_parallel 等价了? 如果是这样的话,感觉在config中将key改为 context_parallel 会更合适? 因为 model_parallel 的实现有很多中,而context_parallel 可以避免歧义。 另外,deepspeed-ulysses 和 megatron 的实现是不同的,请问您的团队的并行封装采用的是前者吗? https://github.com/microsoft/DeepSpeed/blob/master/blogs/deepspeed-ulysses/README.md https://docs.nvidia.com/megatron-core/developer-guide/latest/api-guide/context_parallel.html 最后,关于这段代码,我不太理解其中的逻辑。 " if args.model_parallel_size