Real-Time Monocular Segmentation and Pose Tracking of Multiple Objects (ECCV'16)

preview_player
Показать описание
The video shows a real-time system capable of segmenting multiple 3D objects and tracking their pose using a single RGB camera, based on prior shape knowledge. The system uses twist-coordinates for pose parametrization and a pixel-wise second-order optimization approach resulting in very robust tracking, especially in cases of fast motion and scale changes. The implementation runs at about 50–100 Hz on a commodity laptop when tracking a single object without relying on GPGPU computations.
Рекомендации по теме
Комментарии
Автор

I say "sorta" because, by default, it only works for a single image, but the modification to support a video file or a webcam is not overly difficult. It also doesn't seem to include the pose DETECTION mentioned in the 2018 paper, only pose TRACKING. So you'll have to either code pose detection yourself or figure out a way to manually initialize the first pose.

cmstudent
Автор

That would be nice, if the open source code is shared! Thanks for the amazing work!

altamediacompany
Автор

Unbelievable achievement. Congratulations!

junpengzhang
Автор

This is pretty cool! Don't know what it does, but it's pretty cool anyway!!!

NightmareBlade
Автор

Nice work! Would also like to know when will the code be available...

fionafan
Автор

Nice work . Will the code be avaliable?

Dr.tech-
Автор

this is really nice! how did you do the wireframe object? did u design it yourself or the computer generated it after detected the object?

elenix