正在加载视频...

视频加载失败

I'm excited to share our new work Align3R that estimates camera poses and consistent depth maps from a monocular video of a dynamic scene. Project page: Code: Paper:

56,547 次观看 • 1 年前 •via X (Twitter)

9 条评论

Yuan Liu 的头像
Yuan Liu1 年前

Our work is motivated by aligning estimated single-view depth maps with DUSt3R. To achieve this, we fine-tuned DUSt3R on 3D scenes with additional monocular depth maps as inputs.

Yuan Liu 的头像
Yuan Liu1 年前

There is another excellent work MonST3R ( that also finetunes DUSt3R on dynamic scenes. We have borrowed the idea of flow losses from MonST3R. We thank the authors for releasing their excellent work.

Hector 的头像
Hector1 年前

amazing work

Adarsh Baghel 的头像
Adarsh Baghel1 年前

isn't there something to fill in the white gaps?

Yuan Liu 的头像
Yuan Liu1 年前

It is possible to do this with some diffusion models like CAT4D ( This problem is not well-studied yet.

Jiaqi Gu 的头像
Jiaqi Gu1 年前

Wondering, if the camera's movement only includes rotation but not translation. what are the results will be.

Yuan Liu 的头像
Yuan Liu1 年前

Thank you! It can work even if the camera is static so I assume that it can handle rotated cameras without camera motion because the predicted 3D point maps provide some cues to solve pure rotations.

Ai Peasant 的头像
Ai Peasant1 年前

So I need to upload a every frame? Not sure how it works.

Yuan Liu 的头像
Yuan Liu1 年前

Yes. The demo only infers a few frames due to the limited GPU resources. Using the GitHub codes will be more convenient if we want to predict a whole video.

相关视频