使用人工智能的动态电影
我是一个AI学生,以前我在想一些事情,每次我们看电影,下一次我们看电影,都是同样的事情,所以那些有AI知识的人,比如图论和等等,你认为创建一个动态电影是否可行,即你第一次看到它时,它遵循图中的路径,下次你看到它时,它遵循不同的路径,因此,我们获取不同的电影,你认为这可行吗?
I'm an AI Student, previously I was thinking about something, every time we guys we see a movie, the next time we the movie, it's the same thing, so those who have a knowledge of AI, such as the graph theory and so on, do you think it is feasible to create a dynamic movie, that is the first time you see it, it follows a path in the graph, the next time you see it, it follows a different path and as a result, we get a different movies, do u think this is feasible ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
遗憾的是我不记得那位正在研究电影风格相机的法国研究人员了。虽然不是您建议的交互式电影,但您可以改变每个角色的强度和重要性,并且它会根据电影摄影规则定位、平移和缩放摄像机。它看起来非常有前途。
虽然它会向您展示同一部电影,但您可以在摄像机定位方面以无限不同的变体看到它,每种变体都可能导致不同的解释:)
但是对于您的建议,只需使用一些基于逻辑的规划人工智能即可。没必要像别人说的那样学习。你有一堆序列,还有一堆逻辑来描述它们如何组合在一起,它们有哪些先决条件等等。如果逻辑良好,它总是会产生一部有意义的电影。但这将是一项艰巨的任务。仅仅制作一部线性电影是很困难的;)
(《拉塞尔和诺维格》有一整章)
It's a shame I can't remember the French researcher who's doing research on movie style cameras. While not an interactive movie as you propose, you could alter the strength and importance of each character, and it would position, pan and zoom the camera according to cinematography rules. It looked very promising.
While it would show you the same movie, you could see it in infinitely different variants in regards to camera positioning, each of which could lead to a different interpretation :)
But for your proposal, just go with some logic based planning AI. No need for learning as others says. You have a bunch of sequences, and a bunch of logic to describe how they fit together, which prerequisites they have et cetera. If the logic is good, it would always result in a meaningful film. But it'd be a hard task. It's hard just to make a linear film ;)
(There's a whole chapter in Russel and Norvig)
情报在哪里?它看起来像一堆随机的 ifs/switch。
人工智能的理念基于学习。你的人工智能组件需要根据一些外部输入进行调整,我在你的描述中看不到。
如果用户能够以某种方式告诉你的人工智能组件它喜欢/不喜欢他所看到的内容,那么这就有意义了。例如,您显示照片幻灯片,用户告诉您他是否喜欢或不喜欢一张照片,然后您根据他的喜好选择未来的照片。您也可以了解其他用户的偏好。这就是人工智能。
Where is an Intelligence in it? It looks like a bunch of ifs / switches with random.
The idea of AI is based on learning. Your AI component needs to adjust based on some external inputs, which I can't see in your description.
If the user could somehow tell your AI component that it likes / dislikes what he sees, than it will make sense. For example, you display a slideshow of photographs and the user tells you whether he likes or dislikes a photograph and you then choose future photographs based on his preference. You could learn from other user's preferences, too. That's AI.