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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Prisma: neural-style instagram filters

28 点作者 volodia将近 9 年前

5 条评论

cloudwalking将近 9 年前
I found it interesting that all of the rendering is done server side. If you turn your phone into airplane mode, the app no longer works. I suppose it makes sense -- a server provides more flexibility in how you do the heavy lifting (is it in fact a neural network?).
评论 #12064951 未加载
rayalez将近 9 年前
There&#x27;s an excellent website, <a href="http:&#x2F;&#x2F;deepart.io" rel="nofollow">http:&#x2F;&#x2F;deepart.io</a>, it does the same thing, and allows you to upload your own image to use as a style.
matthewrudy将近 9 年前
It&#x27;s really great that someone is productising this technology so quickly.<p>It was only a few months ago that this involved grabbing a repo off github, and working out how to process it yourself.<p>Now I&#x27;m seeing this stuff being posted by non-technical friends on my facebook feed.<p>I want to see how well the video works, as it seems that&#x27;s only been solved recently.<p><a href="http:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1604.08610" rel="nofollow">http:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1604.08610</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Uxax5EKg0zA" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=Uxax5EKg0zA</a>
j2kun将近 9 年前
IIRC you only get to choose from a fixed set of styles to process your image, right? Then they&#x27;re probably using this algorithm to precompute the style model and seriously speed up rendering: <a href="http:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1603.08155" rel="nofollow">http:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1603.08155</a>
kirtant将近 9 年前
I am really amazed by the results on the article! Eagerly waiting for Android version! There is also one open-source lib like this <a href="https:&#x2F;&#x2F;github.com&#x2F;jcjohnson&#x2F;neural-style" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jcjohnson&#x2F;neural-style</a>