Earlier quoted context omitted.
Onlive - required other people's infrastructure and a hardware play, and a software client. Playstation Now - required Sony to buy/use a cloud service, maintain it, and expensive Sony hardware just as a force of habit. Google - negligible instance running on their existing infrastructure, maintained under existing processes, playable on chromecasts already in hotels and homes everywhere, alongside browsers and mobile…
> playable on chromecasts already in hotels Are there actually Chromecasts in hotels? I have never seen one and curious which chains have them.
Google Stadia uses Style Transfer ML to change video game art in real time
81–90 of 96 posts
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#82Earlier quoted context omitted.
I do find HN to be against sarcasm of any kind, which in it's own way is slightly ironic. I enjoyed your comment [1] and consequently upvoted it! [1] https://news.ycombinator.com/item?id=19433773
That was sarcasm? I though he was serious and upvoted. I can imagine walking down the street in Call of Duty game or something like Cyberpunk 2077 and seeing ads overlaid on wall textures of buildings.
First they're on a bus-stop wall, that's thematic okay. Then they're on random walls - getting annoying. Then the loading screen and the parachutes, nows it's annoying. Like, guys I'm from the US and I don't want to go to your stupid competition!
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#83Earlier quoted context omitted.
You still have to do all the work of building the geometries for the art assets, are you really saving that much on not having to color/texture those assets?
Come on, think bigger. If they're doing this for art styles you can bet your bottom dollar they'll be doing something using Google images. No longer having to actually create 3D meshes - just a Google image search, click a button and have the geometries automatically created for you. Then just add an automatic style.
True.
Actually Google is just seeing the wealth of innovation in procedural generation and in computer creativity, knowing where this is going, and just want in on the action.
And since as a cloud gaming provider, they stand to make much more money than tool vendors, their incentive is much bigger.
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#84Earlier quoted context omitted.
Are you implying Google doesn’t need to maintain an expensive cloud infrastructure for it as opposed to Playstation? The only reason they can do that today without specialised hardware a-la OnLive is because Nvidia and co. now have specialised GPU circuits allowing one to stream the encoded video output to memory. When OnLive started they had to do it themselves. I don’t believe you have any idea what you are speakin…
> Nvidia and co. now have specialised GPU circuits allowing one to stream the encoded video output to memory. Could you clarify what you (and the comments mentioning NVENC below) are talking about ? As far as I understand it, NVENC and the ilk are solutions that capture video output and encode it to H264. So they are x264 encoding accelerators, nothing more. If you were running a datacenter this way, you'd be much be…
That's exactly what NVENC, Capture SDK, AMD's AMF, and Intel's QuickSync do. Just encode the framebuffer output of whatever game engine you're using with one of those API's. (And remember to make sure your game engine license allows you to use it that way. As always, if you use Unity, you're out of luck, they specifically forbid you from doing this.)
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#85Earlier quoted context omitted.
Are you implying Google doesn’t need to maintain an expensive cloud infrastructure for it as opposed to Playstation? The only reason they can do that today without specialised hardware a-la OnLive is because Nvidia and co. now have specialised GPU circuits allowing one to stream the encoded video output to memory. When OnLive started they had to do it themselves. I don’t believe you have any idea what you are speakin…
> Nvidia and co. now have specialised GPU circuits allowing one to stream the encoded video output to memory. Could you clarify what you (and the comments mentioning NVENC below) are talking about ? As far as I understand it, NVENC and the ilk are solutions that capture video output and encode it to H264. So they are x264 encoding accelerators, nothing more. If you were running a datacenter this way, you'd be much be…
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#86Earlier quoted context omitted.
Actually, I wonder if there's potential in something like this for accessibility purposes. If you have one of the many variations of color-blindness, for instance, could such a restyling be helpful? Could other neurological disabilities be similarly aided by dynamically restyling visuals?
There are many low-tech solutions that can be applied instead of shoehorning in neural networks for this purpose.
It's possible that tech like this could offer a user-definable solution to these issues.
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#87To me this was the least interesting part of the Stadia reveal. State share was the real innovation imo. Would any serious game studio use style transfer ml to actually replace their visual artists? Didn't seem like the quality was there. That said, it is an awesome PoC. Just not something I see being practically applicable.
Before I get downvoted, yes I do think it could be useful for prototyping and conceptualization during development, but I doubt anyone would actually ship a complete game with the entire camera view transformed by style transfer.
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#88this is certainly just a neat gimmick, but it's interesting to me for a particular reason: the Stadia box uses an AMD GPU, and per the Google announcement, all the style transfer is done in real time. this suggests that we may soon have better AMD support in TensorFlow.
Tensorflow support on AMD is supposedly not awful anymore. https://medium.com/tensorflow/amd-rocm-gpu-support-for-tenso... I wish someone who had >actual It's an important question.
That being said, I don't have any personal experience because, well, I don't have AMD GPUs to play around with.
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#89The useful application for AI in streamed gaming seems like it would be for predicting the next 30ms to avoid input lag. This seems gimmicky at best. Prediction has to take place on the client though - so the challenge is making it cheap.
I am not a game developer, but couldn't you make a multiplayer game more fair in this situation by adding artificial lag into everyone's controls to match the highest lag person? Just limit it to a certain amount, like no more than 200-300ms.
Re: Google Stadia uses Style Transfer ML to change video game art in real time
#90To me this was the least interesting part of the Stadia reveal. State share was the real innovation imo. Would any serious game studio use style transfer ml to actually replace their visual artists? Didn't seem like the quality was there. That said, it is an awesome PoC. Just not something I see being practically applicable.
I doubt that was the point. IMO it is more of a palette testing tool.