Ausnahme gefangen: SSL certificate problem: certificate is not yet valid ๐Ÿ“Œ Instant Motion Tracking with MediaPipe

๐Ÿ  Team IT Security News

TSecurity.de ist eine Online-Plattform, die sich auf die Bereitstellung von Informationen,alle 15 Minuten neuste Nachrichten, Bildungsressourcen und Dienstleistungen rund um das Thema IT-Sicherheit spezialisiert hat.
Ob es sich um aktuelle Nachrichten, Fachartikel, Blogbeitrรคge, Webinare, Tutorials, oder Tipps & Tricks handelt, TSecurity.de bietet seinen Nutzern einen umfassenden รœberblick รผber die wichtigsten Aspekte der IT-Sicherheit in einer sich stรคndig verรคndernden digitalen Welt.

16.12.2023 - TIP: Wer den Cookie Consent Banner akzeptiert, kann z.B. von Englisch nach Deutsch รผbersetzen, erst Englisch auswรคhlen dann wieder Deutsch!

Google Android Playstore Download Button fรผr Team IT Security



๐Ÿ“š Instant Motion Tracking with MediaPipe


๐Ÿ’ก Newskategorie: Programmierung
๐Ÿ”— Quelle: feedproxy.google.com

Posted by Vikram Sharma, Software Engineering Intern; Jianing Wei, Staff Software Engineer; Tyler Mullen, Senior Software Engineer

Augmented Reality (AR) technology creates fun, engaging, and immersive user experiences. The ability to perform AR tracking across devices and platforms, without initialization, remains important for powering AR applications at scale.

Today, we are excited to release the Instant Motion Tracking solution in MediaPipe. It is built upon the MediaPipe Box Tracking solution we released previously. With Instant Motion Tracking, you can easily place fun virtual 2D and 3D content on static or moving surfaces, allowing them to seamlessly interact with the real world. This technology also powered MotionStills AR. Along with the library, we are releasing an open source Android application to showcase its capabilities. In this application, a user simply taps the camera viewfinder in order to place virtual 3D objects and GIF animations, augmenting the real-world environment.

gif of instant motion tracking in MediaPipe gif of instant motion tracking in MediaPipe

Instant Motion Tracking in MediaPipe

Instant Motion Tracking

The Instant Motion Tracking solution provides the capability to seamlessly place virtual content on static or motion surfaces in the real world. To achieve that, we provide the six degrees of freedom tracking with relative scale in the form of rotation and translation matrices. This tracking information is then used in the rendering system to overlay virtual content on camera streams to create immersive AR experiences.

The core concept behind Instant Motion Tracking is to decouple the cameraโ€™s translation and rotation estimation, treating them instead as independent optimization problems. This approach enables AR tracking across devices and platforms without initialization or calibration. We do this by first finding the 3D camera translation using only the visual signals from the camera. This involves estimating the target region's apparent 2D translation and relative scale across frames. The process can be illustrated with a simple pinhole camera model, relating translation and scale of an object in the image plane to the final 3D translation.

image

By finding the change in relative size of our tracked region from view position V1 to V2, we can estimate the relative change in distance from the camera.

Next, we obtain the deviceโ€™s 3D rotation from its built-in IMU (Inertial Measurement Unit) sensor. By combining this translation and rotation data, we can track a target region with six degrees of freedom at relative scale. This information allows for the placement of virtual content on any system with a camera and IMU functionality, and is calibration free. For more details on Instant Motion Tracking, please refer to our paper.

A MediaPipe Pipeline for Instant Motion Tracking

A diagram of Instant Motion Tracking pipeline is shown below, consisting of four major components: a Sticker Manager module, a Region Tracking module, a Matrices Manager module, and lastly a Rendering System. Each of the components consists of MediaPipe calculators or subgraphs.

Diagram

Diagram of Instant Motion Tracking Pipeline

The Sticker Manager accepts sticker data from the application and produces initial anchors (tracked region information) based on user taps, and user gesture controls for every sticker object. Initial anchors are then sent to our Region Tracking module to generate tracked anchors. The Matrices Manager combines this data with our deviceโ€™s rotation matrix to produce six degrees-of-freedom poses as model matrices. After integrating any user-specified transforms like asset scaling, our final poses are forwarded to the Rendering System to render all virtual objects overlaid on the camera frame to produce the output AR frame.

Using the Instant Motion Tracking Solution

The Instant Motion Tracking solution is easy to use by leveraging the MediaPipe cross-platform framework. With camera frames, device rotation matrix, and anchor positions (screen coordinates) as input, the MediaPipe graph produces AR renderings for each frame, providing engaging experiences. If you wish to integrate this Instant Motion Tracking library with your system or application, please visit our documentation to build your own AR experiences on any device with IMU functionality and a camera sensor.

Augmenting The World with 3D Stickers and GIFs

Instant Motion Tracking solution allows bringing both 3D stickers and GIF animations into Augmented Reality experiences. GIFs are rendered on flat 3D billboards placed in the world, introducing fun and immersive experiences with animated content blended into the real environment.Try it for yourself!

Demonstration of GIF placement in 3D Demonstration of GIF placement in 3D

Demonstration of GIF placement in 3D

MediaPipe Instant Motion Tracking is already helping PixelShift.AI, a startup applying cutting-edge vision technologies to facilitate video content creation, to track virtual characters seamlessly in the view-finder for a realistic experience. Building upon Instant Motion Trackingโ€™s high-quality pose estimation, PixelShift.AI enables VTubers to create mixed reality experiences with web technologies. The product is going to be released to the broader VTuber community later this year.

Instant

Instant Motion Tracking helps PixelShift.AI create mixed reality experiences

Follow MediaPipe

We look forward to publishing more blog posts related to new MediaPipe pipeline examples and features. Please follow the MediaPipe label on Google Developers Blog and Google Developers twitter account (@googledevs).

Acknowledgement

We would like to thank Vikram Sharma, Jianing Wei, Tyler Mullen, Chuo-Ling Chang, Ming Guang Yong, Jiuqiang Tang, Siarhei Kazakou, Genzhi Ye, Camillo Lugaresi, Buck Bourdon, and Matthias Grundman for their contributions to this release.

...



๐Ÿ“Œ Instant Motion Tracking with MediaPipe


๐Ÿ“ˆ 52.73 Punkte

๐Ÿ“Œ Instant Motion Tracking with MediaPipe, MySQL 8, ML Kit Pose Detection, and more!


๐Ÿ“ˆ 52.73 Punkte

๐Ÿ“Œ Training a new model with MediaPipe Model Maker - ML on Android with MediaPipe


๐Ÿ“ˆ 40.01 Punkte

๐Ÿ“Œ Object Detection and Tracking using MediaPipe


๐Ÿ“ˆ 28.18 Punkte

๐Ÿ“Œ Face and hand tracking in the browser with MediaPipe and TensorFlow.js


๐Ÿ“ˆ 28.18 Punkte

๐Ÿ“Œ Iris landmark tracking in the browser with MediaPipe and TensorFlow.js


๐Ÿ“ˆ 28.18 Punkte

๐Ÿ“Œ High Fidelity Pose Tracking with MediaPipe BlazePose and TensorFlow.js


๐Ÿ“ˆ 28.18 Punkte

๐Ÿ“Œ Control your Mirru prosthesis with MediaPipe hand tracking


๐Ÿ“ˆ 28.18 Punkte

๐Ÿ“Œ Real-Time Hand Tracking and Gesture Recognition with MediaPipe: Rerun Showcase


๐Ÿ“ˆ 28.18 Punkte

๐Ÿ“Œ Human Pose Tracking with MediaPipe in 2D and 3D: Rerun Showcase


๐Ÿ“ˆ 28.18 Punkte

๐Ÿ“Œ Medium CVE-2020-26566: Motion project Motion project


๐Ÿ“ˆ 24.59 Punkte

๐Ÿ“Œ Motion-Project Motion up to 4.3.1 HTTP Request webu.c denial of service


๐Ÿ“ˆ 24.59 Punkte

๐Ÿ“Œ Meet Rokoko Video:ย A Free AI Motion Capture Tool that Allows Projects in Motion from the Browser


๐Ÿ“ˆ 24.59 Punkte

๐Ÿ“Œ SenseTime Research Propose Story-to-Motion: A New Artificial Intelligence Approach to Generate Human Motion and Trajectory from a Long Text


๐Ÿ“ˆ 24.59 Punkte

๐Ÿ“Œ iSpy Motion Detector Recorder 4.0 - Motion triggered video recording.


๐Ÿ“ˆ 24.59 Punkte

๐Ÿ“Œ 5 Best Instant Loan Apps in USA 2022 | $50 Loan Instant App


๐Ÿ“ˆ 24.52 Punkte

๐Ÿ“Œ Leap Motion und Qualcomm: Drahtloses VR-Headset mit Hand-Tracking ausprobiert


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Windows 10: VR-Brille Acer mit Motion-Controllern und Inside-Out-Tracking


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Windows 10: VR-Brille von Acer mit Motion-Controllern und Inside-Out-Tracking


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Netflix motion tracking reveals what the future of ad engagement data gathering may hold


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Motion based parallax with face tracking - Made with TensorFlow.js


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Ring's new Spotlight Cam Pro has motion-tracking radar


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Mocopi: Sony bringt Motion-Tracking fรผr Zuhause


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Motion Capturing und VR-Tracking mit Raspberry Pi


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ A $35 2K indoor camera with motion tracking is one of the best Black Friday deals ever


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Grab a motion-tracking security camera for only $35 on Black Friday


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ How the Eufy Indoor Cam S350 became my favorite motion-tracking indoor cam


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ This adorable motion-tracking camera has proven to be indispensable in my smart home


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Best Home Security Camera For Under $35 (Motion Tracking & Two Way Audio)


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Kdenlive 20.04 Released with Major Updated, Including Better Motion Tracking


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Grab a motion-tracking security camera for only $50


๐Ÿ“ˆ 20.47 Punkte

๐Ÿ“Œ Alfred Camera: Smart camera features using MediaPipe


๐Ÿ“ˆ 20 Punkte

๐Ÿ“Œ MediaPipe KNIFT: Template-based Feature Matching


๐Ÿ“ˆ 20 Punkte

๐Ÿ“Œ MediaPipe 3D Face Transform


๐Ÿ“ˆ 20 Punkte

๐Ÿ“Œ SignAll SDK: Sign language interface using MediaPipe is now available for developers


๐Ÿ“ˆ 20 Punkte











matomo