Blog

‘Microsoft Flight Simulator’ will have an in-game store for mods

[ad_1]

Microsoft Flight Simulator is a seriously big game — one physical version will be available on 10 DVDs, after all. You’ll be able to navigate a simulation of the entire planet and it’ll incorporate live, real-world flight and weather data. It also has a shared-world multiplayer system that Asobo Studio says can handle hundreds of thousands of planes at a time.

But if you’re still yearning for more, you’ll be able to buy add-ons for planes, airports and more through an in-game marketplace for the first time in the series. The development team said the franchise’s modding community “has been incredibly vibrant, delighting simmers with their creativity for many years.” Only approved creators can sell their add-ons in the marketplace, though. You’ll need to apply for access if you want to hawk your wares there and there’s no charge to sign up.

[ad_2]

Source link

‘Avengers: Endgame’ directors will make Netflix’s most expensive film yet

[ad_1]

Netflix’s first $200 million-plus film is coming from a duo known for helming box office hits: Avengers: Endgame and Infinity War directors Joe and Anthony Russo. The Gray Man will pit Ryan Gosling and Chris Evans against each other as dueling assassins, Deadline reports. Based on the popular book series by Mark Greaney, the film aims be an action entry with the scale of a James Bond film. That’s a bold goal for Netflix, but it’s not surprising to see the company throwing more money at blockbusters after hits like Extraction (which the Russos wrote and produced), The Old Guard and 6 Underground. Even the big-budget stinkers like Bright ultimately helped Netflix attract more subscribers.

SAN DIEGO, CALIFORNIA - JULY 19: Anthony Russo and Joe Russo attend A Conversation With The Russo Brothers during 2019 Comic-Con International at San Diego Convention Center on July 19, 2019 in San Diego, California. (Photo by Albert L. Ortega/Getty Images)
Joe and Anthony Russo at Comic-Con 2019.

Albert L. Ortega via Getty Images

The company is also riding a wave of pandemic-related success — now that we can’t go to the theater easily, or do much of anything else outside, streaming video is practically our default entertainment option. Netflix announced yesterday that it gained 10 million subscribers over the last quarter, and a whopping 26 million during the first half of 2020.

[ad_2]

Source link

Gamers are spending more in 2020 than they have in a decade

[ad_1]

The industry did get a boost from some pretty strong titles, including The Last of Us: Part II, Animal Crossing: New Horizons and Call of Duty: Modern Warfare. Despite some score bombing, The Last of Us: Part II was June’s best-selling game and the third best-selling game of the year, NPD Group’s Mat Piscatella pointed out in a Twitter thread. Animal Crossing: New Horizons was the top-selling Switch game in June, and Ring Fit Adventure jumped from 835th in May to 7th best-selling game in June.

While hardware spending declined a bit in June, Nintendo Switch was the best-selling hardware platform, and the Xbox Elite Series 2 Wireless Controller was the best-selling accessory.

It’s likely that these numbers were driven, at least in part, by more people staying home during the pandemic. That tracks with what we’ve heard elsewhere. To keep up with a surge in demand, Sony will make millions more PlayStation 5 consoles than it originally planned, and Nintendo is ramping up Switch production. Despite some launch delays, less than 10 percent of developers say they’ve been laid off or furloughed, and a third of developers polled say they’re busier than they were pre-pandemic.



[ad_2]

Source link

Gamers are spending more in 2020 than they have in a decade

[ad_1]

US video game spending totaled $1.2 billion in June, according to a new report by NPD Group. That’s the most money spent in a June since 2009, and it’s a 26 percent increase compared to last year.June is part of a larger trend. Year-to-date spending…

[ad_2]

Source link

‘Crysis Remastered’ trailer proves the Switch can run ‘Crysis’

[ad_1]

The first-person shooter is running in 720p resolution at 30 frames per second here, and sure, it’s bound to look better on PC, Xbox One and PlayStation 4. Still, Crytek actually made it work on Switch with dynamic lighting, explosions and a decent depth of field. If you do opt for the Switch version, you can use gyroscopic controls for aiming, too.

You’ll get to find out for yourself just how well the Nintendo Switch can run Crysis Remastered when the game comes out on July 23rd. It’ll hit PC, Xbox One and PlayStation 4 a bit later.

[ad_2]

Source link

Disney’s new AI is facial recognition for animation

[ad_1]

steve jobs knowledge graph

Engadget

“So if an animator working on a new season of Clone Wars wants to find a specific type of explosion that happened three seasons ago or as a reference to make something for this current season, that person had to spend hours on YouTube going through video because you can’t find that by just looking at episode titles.” But with the help of this platform, the animator will be able to simply search for the requisite metadata. 

The project began in earnest 2016 after a few years of investigation, Accardo said. “It was really about preparing a company like Disney, [which was] operating in a traditional sense for broadcast and home video distribution, for what would we need to take advantage of the differences between a digital video platform with direct access to consumers and the traditional distribution methods.”

But building such a system from the ground up is no easy feat. Developing a functional and robust taxonomy is vital, Accardo continued, “especially if you’re going to generate a lot of different metadata for a lot of different attributes. You need to start thinking about how you are going to manage those terms and those labels. If you let those taxonomies get out of control, then the resulting data that you generate is going to be hard to take advantage of in any sort of sophisticated, scaled way.”

The team then created what it describes as “first automated tagging pipeline,” according to a Medium post published Thursday. “Tagging content is an important component of DTCI’s use of supervised learning, which is regularly employed in custom use cases that require specific detection,” the DTCI team wrote. ”Tagging is also the only way to identify a lot of highly contextual story and character information from structured data, like storylines, character archetypes or motivations.”

The pipeline leveraged existing facial recognition software, which the DTCI team then applied to its catalog of movies and TV shows. The module was able to successfully detect and recognize human faces from the onscreen action. Following that initial success, the team was able to train the system to detect specific locations as well. 

 

cars

Disney Pixar

 

But recognizing a human’s face from live video is a far different task than teaching an AI to spot animated faces. “The face of a character in Cars has human properties but it doesn’t look like a human face,” Miquel Àngel Farré, DTCI’s Manager of Research and Development, said. “Therefore, we need something that can learn the abstract concept of ‘face,’ and with traditional machine learning, it was very complicated. But thanks to deep learning we could achieve that.”

The team tried to apply the live-action facial recognition model to animated content but with mixed results. Turns out that the machine learning methods they employed, such as HOG+SVM, work well in picking out color, brightness and texture changes, the team wrote in its Medium post, but it could only pick out human features — two eyes, a nose, and a mouth — if they were within general human proportions. As such, using this system to tag Monsters Inc. was right out.

Disney

Disney

They then annotated a few hundred frames from two Disney Junior animated shows, Elena of Avalor and The Lion Guard, and attempted to train the system using those small samples but that returned disappointing results as well. The team had little other choice than to turn to deep learning methods to train the animated facial recognition system. “For animated characters, it was really one of those things that there’s no other way to do it, Farré explained. “It’s really what works well.”

The problem with that, however, is that deep learning training data sets are massive by nature. So instead, the team used the samples it already had to fine tune a Faster-R CNN Object Detection architecture that had already been trained to detect animated faces using a different, non-Disney dataset. Basically, instead of training up a brand new architecture using huge amounts of Disney content, the team employed the speedier method of taking an existing, already-trained architecture and adapting it to their specific content. 

After adjusting the data set slightly to correct for false positive results, the team combined their animated facial recognition detector with other algorithms such as bounding box trackers to shorten the processing time and improve efficiency. “This allowed us to accelerate the processing, as fewer detections are required, and we can propagate the detected faces to all the frames,” the team wrote.

The tagging process isn’t entirely automated, humans do have oversight over the system’s generated results, depending on how that data is being used. “If this is something that’s going to power a consumer-facing feature, or a  consumer-facing search,” Accardo said, “then we would want to make sure that the classifier is trained, highly accurate, and custom to that content. We run those results through our QA platform and have humans QA them.”

This technology could prove revolutionary for consumers as well. Since the system can be applied to “all of [Disney’s] studios, all of the broadcast networks, everything from ESPN to the feature films to TV networks,” as Accardo points out, you would, in theory, be able to search for all episodes in a series containing a specific minor recurring character or prop, or were shot in a specific location, or feature a specific action sequence. Recommendation and discovery engines could become more accurate and efficient in sussing out the sorts of content viewers are looking for without the hamfisted results we see from today’s streaming services. 

Moving forward, Accardo and the team hope to further expand the system’s ability to understand generalized concepts by leveraging multimodal machine learning techniques such as the framework that PyTorch recently released and which the team utilized in its work. “Way back in 2014, 2015, we had this water cooler conversation about automatically identifying an arrest,” Accardo explained. “We would do that by using natural language processing against the script, using logo recognition to identify like a badge of a police officer, using all of these different things to identify a concept that is not clearly visible or audible.”

But before that can happen, more research and development is necessary. “The thing about machine learning and AI is, the things that are based on understanding all the context, those are more difficult,” Accardo said. “You have to start with the clearly identifiable things and then you can move into multimodal machine learning.” 

“The use of inferencing, the use of knowledge graphs, the use of semantics, to really enrich your ability to automate capturing human context and understanding,” he concluded, “that to me is super exciting.”

[ad_2]

Source link

NASA’s SpaceX Crew Dragon astronauts will return to Earth on August 2nd

[ad_1]

Two months after NASA astronauts Bob Behnken and Doug Hurley traveled via SpaceX’s Crew Dragon to the International Space Station (ISS), they’ll return to Earth. NASA is planning for the SpaceX Crew Dragon to splash down in the Atlantic Ocean on August 2nd, CNBC reports. This will mark the completion of the Demo-2 mission, SpaceX’s first crewed flight and the first mission to launch NASA astronauts from US soil since 2011.

Behnken and Hurley will un-dock from the ISS around 8PM ET on August 1st, though that depends on factors like weather. Behnken and Hurley left Earth on May 30th, so in total, the mission will be about two months long.

[ad_2]

Source link

‘The Falcon and the Winter Soldier’ won’t debut on Disney+ in August

[ad_1]

The delay isn’t exactly surprising in the current climate. However, The Falcon and the Winter Soldier is a tentpole series for Disney+. It’s the platform’s first original show that’s connected to the Marvel Cinematic Universe, with the likes of WandaVision, Loki, Hawkeye and Ms. Marvel also on the docket.

Those shows will play a key part in phase four of the MCU. If you watch the movies alone, you’ll miss out on some of the context that the shows provide. However, the release timing for all of Marvel’s upcoming shows and movies is up in the air right now.

[ad_2]

Source link

DJI’s Osmo Action camera is down to $250 at Amazon and Best Buy

[ad_1]

All products recommended by Engadget are selected by our editorial team, independent of our parent company. If you buy something through one of the links on this page, we may earn an affiliate commission.

DJI’s Osmo Action might be missing a few useful functions, such as GPS and more robust social sharing and editing features, but we still think it’s a worthy competitor to GoPro. If you’re looking to pick up an action camera, you could do a lot worse. It’s on sale on Amazon and Best Buy at the minute, down from $369.99 to $249.99.

Buy Osmo Action on Amazon – $249.99

[ad_2]

Source link