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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: App/scripts to create model of person from various photos

3 点作者 Shihan超过 5 年前
Is there a good app (or script collection) that could help me make a 3D model of a person from various photos, maybe with machine learning. I believe this is called photogrammetry? I only found a paper discussing such a thing but there was no app "included".

1 comment

aledalgrande超过 5 年前
Funny I tried to solve this problem for a long time... still unsolved.<p>If you have (several) high resolution photos and good enough angles, you can do a 3D reconstruction of the person. There are several projects on Github, which might or might not use AI, and that have different approaches to the problem. OpenMVG is probably the biggest, developed by the friendly French guy Pierre Moulon at IRIS.<p>You should specifically look into Structure from Motion if you are using photos and not videos, because certain algorithms need time consistency between the images.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;openMVG&#x2F;awesome_3DReconstruction_list" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;openMVG&#x2F;awesome_3DReconstruction_list</a>