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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Monoscopic panoramas to 3D using AI

18 点作者 jabbadabbadooba超过 5 年前

5 条评论

ebg13超过 5 年前
Demoing stereoscopic image pairs stacked one on top of the other is a peculiar choice. How exactly is one supposed to evaluate that? Cross their eyes up and down?
评论 #21115273 未加载
cookingrobot超过 5 年前
A thought: if you take as input a video or stills instead of an already stitched panorama, you could take advantage of the parallax between frames to get 3D info. Especially if the user deliberately captures the images on a large arc (hold the camera at arms length and swing around rather than pivoting the camera in place).
jabbadabbadooba超过 5 年前
This build has been quickly put together (UI, etc) after working mostly on the core functionality for a long time. I've done quite some experimenting too with support for videos, but haven't gotten it to work yet (productionwise) due to constraints of CPU and GPU (Cuda). You'd need a beefy PC but it's possible.
umutisik超过 5 年前
Turning the output into a point cloud and changing the point of view is a better way to display the results. Often, methods that look good with the 2D depth-heatmap give pretty bad point clouds.
ghgr超过 5 年前
I see it only works on Windows :( Are you planning on compiling it for other systems, or even as a webapp?<p>By the way, does the computer running it requires CUDA?