Intel® NUCs
Assistance in Intel® NUC products
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
12986 Discussions

How to get pose data for own dataset ?

rjeth
Beginner
364 Views

Hello, I would like to describe the work I am doing.

I need pose data for my own dataset (not KITTI dataset), when I run rs-data-collect tool https://github.com/IntelRealSense/librealsense/tree/master/tools/data-collect it generates pose file but if I want it for my images how to work it, do we need to change something in code.

Could you please help me to find pose data for my own dataset .

0 Kudos
1 Reply
MartyG
Honored Contributor III
219 Views

Only the T265 Tracking Camera model has pose support built in. Though pose support is not built in to the 400 Series depth cameras like it is for the T265 Tracking Camera, RealSense users have found workarounds to get pose with the 400 Series using OpenCV or with 'inference' in ROS.

A user who was using a robot arm for bin picking got pose with a D435 with an OpenCV SolvePnP algorithm.

https://github.com/IntelRealSense/librealsense/issues/3569#issuecomment-475896784

The link below, meanwhile, has an approach to getting object pose with D435 and ROS.

https://github.com/NVlabs/Deep_Object_Pose/issues/10

If you have a T265, the link below has a sample program for getting pose.

https://github.com/IntelRealSense/librealsense/tree/master/examples/pose

Reply