TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What's the name of this method/agorithm?

1 点作者 horsellama11 个月前
Say I have a video from a random camera somewhere in the world. The camera view is fixed and we don’t know neither its intrinsic nor extrinsic parameters.<p>Is there a way of automatically place 3D objects in the scene? That is automatically find a ground plane and somehow calibrate it using reference objects.<p>Is this scalable? Say I have thousands of different videos, now any manual step is not feasible. Is there a way of using the video itself for this calibration problem?

1 comment

verdverm11 个月前
depth estimation, scene reconstruction, 3d reconstruction, image to 3d model, cctv scene reconstruction - all good phrases to start searching from<p>There&#x27;s lots of research, mostly based on deep vision models &#x2F; transformers (algo)