Datasets:
Add camera intrinsics, extrinsics, and depth scale to info.json metadata
Browse files- meta/info.json +100 -4
meta/info.json
CHANGED
|
@@ -454,7 +454,36 @@
|
|
| 454 |
"video.is_depth_map": false,
|
| 455 |
"video.fps": 30,
|
| 456 |
"video.channels": 3,
|
| 457 |
-
"has_audio": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 458 |
}
|
| 459 |
},
|
| 460 |
"observation.images.surround_camera": {
|
|
@@ -477,7 +506,36 @@
|
|
| 477 |
"video.is_depth_map": false,
|
| 478 |
"video.fps": 30,
|
| 479 |
"video.channels": 3,
|
| 480 |
-
"has_audio": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 481 |
}
|
| 482 |
},
|
| 483 |
"observation.images.head_camera_depth_rgb": {
|
|
@@ -500,7 +558,26 @@
|
|
| 500 |
"video.is_depth_map": false,
|
| 501 |
"video.fps": 30,
|
| 502 |
"video.channels": 3,
|
| 503 |
-
"has_audio": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 504 |
}
|
| 505 |
},
|
| 506 |
"observation.images.surround_camera_depth_rgb": {
|
|
@@ -523,7 +600,26 @@
|
|
| 523 |
"video.is_depth_map": false,
|
| 524 |
"video.fps": 30,
|
| 525 |
"video.channels": 3,
|
| 526 |
-
"has_audio": false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 527 |
}
|
| 528 |
},
|
| 529 |
"timestamp": {
|
|
|
|
| 454 |
"video.is_depth_map": false,
|
| 455 |
"video.fps": 30,
|
| 456 |
"video.channels": 3,
|
| 457 |
+
"has_audio": false,
|
| 458 |
+
"camera.serial_number": 243722075296,
|
| 459 |
+
"camera.frame": "head_camera",
|
| 460 |
+
"camera.color_intrinsics": {
|
| 461 |
+
"width": 1280,
|
| 462 |
+
"height": 720,
|
| 463 |
+
"fx": 907.4019775390625,
|
| 464 |
+
"fy": 906.6517333984375,
|
| 465 |
+
"ppx": 649.86669921875,
|
| 466 |
+
"ppy": 371.685546875,
|
| 467 |
+
"distortion_model": "distortion.inverse_brown_conrady",
|
| 468 |
+
"distortion_coeffs": [0.0, 0.0, 0.0, 0.0, 0.0]
|
| 469 |
+
},
|
| 470 |
+
"camera.depth_intrinsics": {
|
| 471 |
+
"width": 1280,
|
| 472 |
+
"height": 720,
|
| 473 |
+
"fx": 644.34619140625,
|
| 474 |
+
"fy": 644.34619140625,
|
| 475 |
+
"ppx": 643.0235595703125,
|
| 476 |
+
"ppy": 368.7783508300781,
|
| 477 |
+
"distortion_model": "distortion.brown_conrady",
|
| 478 |
+
"distortion_coeffs": [0.0, 0.0, 0.0, 0.0, 0.0]
|
| 479 |
+
},
|
| 480 |
+
"camera.depth_scale": 0.0010000000474974513,
|
| 481 |
+
"camera.extrinsics": [
|
| 482 |
+
[1.0, 0.0, 0.0, 0.0],
|
| 483 |
+
[0.0, 1.0, 0.0, 0.0],
|
| 484 |
+
[0.0, 0.0, 1.0, 0.0],
|
| 485 |
+
[0.0, 0.0, 0.0, 1.0]
|
| 486 |
+
]
|
| 487 |
}
|
| 488 |
},
|
| 489 |
"observation.images.surround_camera": {
|
|
|
|
| 506 |
"video.is_depth_map": false,
|
| 507 |
"video.fps": 30,
|
| 508 |
"video.channels": 3,
|
| 509 |
+
"has_audio": false,
|
| 510 |
+
"camera.serial_number": "412622271947",
|
| 511 |
+
"camera.frame": "head_camera",
|
| 512 |
+
"camera.color_intrinsics": {
|
| 513 |
+
"width": 480,
|
| 514 |
+
"height": 270,
|
| 515 |
+
"fx": 245.12429809570312,
|
| 516 |
+
"fy": 244.83944702148438,
|
| 517 |
+
"ppx": 236.88888549804688,
|
| 518 |
+
"ppy": 133.22251892089844,
|
| 519 |
+
"distortion_model": "distortion.inverse_brown_conrady",
|
| 520 |
+
"distortion_coeffs": [-0.04931531473994255, 0.05275367572903633, 0.0006613964796997607, 0.0009297583601437509, -0.016682423651218414]
|
| 521 |
+
},
|
| 522 |
+
"camera.depth_intrinsics": {
|
| 523 |
+
"width": 480,
|
| 524 |
+
"height": 270,
|
| 525 |
+
"fx": 243.4656524658203,
|
| 526 |
+
"fy": 243.4656524658203,
|
| 527 |
+
"ppx": 238.748779296875,
|
| 528 |
+
"ppy": 132.400146484375,
|
| 529 |
+
"distortion_model": "distortion.brown_conrady",
|
| 530 |
+
"distortion_coeffs": [0.0, 0.0, 0.0, 0.0, 0.0]
|
| 531 |
+
},
|
| 532 |
+
"camera.depth_scale": 9.999999747378752e-05,
|
| 533 |
+
"camera.extrinsics": [
|
| 534 |
+
[-0.9964454633676177, -0.0593658490591889, 0.059767336393517424, 0.07152230267522033],
|
| 535 |
+
[0.03508235090409829, 0.35259220848825745, 0.9351192240395956, -0.5367607603505948],
|
| 536 |
+
[-0.07658764384113147, 0.9338920871700627, -0.3492562130184793, 0.7599105938829176],
|
| 537 |
+
[0.0, 0.0, 0.0, 1.0]
|
| 538 |
+
]
|
| 539 |
}
|
| 540 |
},
|
| 541 |
"observation.images.head_camera_depth_rgb": {
|
|
|
|
| 558 |
"video.is_depth_map": false,
|
| 559 |
"video.fps": 30,
|
| 560 |
"video.channels": 3,
|
| 561 |
+
"has_audio": false,
|
| 562 |
+
"camera.serial_number": 243722075296,
|
| 563 |
+
"camera.frame": "head_camera",
|
| 564 |
+
"camera.depth_intrinsics": {
|
| 565 |
+
"width": 1280,
|
| 566 |
+
"height": 720,
|
| 567 |
+
"fx": 644.34619140625,
|
| 568 |
+
"fy": 644.34619140625,
|
| 569 |
+
"ppx": 643.0235595703125,
|
| 570 |
+
"ppy": 368.7783508300781,
|
| 571 |
+
"distortion_model": "distortion.brown_conrady",
|
| 572 |
+
"distortion_coeffs": [0.0, 0.0, 0.0, 0.0, 0.0]
|
| 573 |
+
},
|
| 574 |
+
"camera.depth_scale": 0.0010000000474974513,
|
| 575 |
+
"camera.extrinsics": [
|
| 576 |
+
[1.0, 0.0, 0.0, 0.0],
|
| 577 |
+
[0.0, 1.0, 0.0, 0.0],
|
| 578 |
+
[0.0, 0.0, 1.0, 0.0],
|
| 579 |
+
[0.0, 0.0, 0.0, 1.0]
|
| 580 |
+
]
|
| 581 |
}
|
| 582 |
},
|
| 583 |
"observation.images.surround_camera_depth_rgb": {
|
|
|
|
| 600 |
"video.is_depth_map": false,
|
| 601 |
"video.fps": 30,
|
| 602 |
"video.channels": 3,
|
| 603 |
+
"has_audio": false,
|
| 604 |
+
"camera.serial_number": "412622271947",
|
| 605 |
+
"camera.frame": "head_camera",
|
| 606 |
+
"camera.depth_intrinsics": {
|
| 607 |
+
"width": 480,
|
| 608 |
+
"height": 270,
|
| 609 |
+
"fx": 243.4656524658203,
|
| 610 |
+
"fy": 243.4656524658203,
|
| 611 |
+
"ppx": 238.748779296875,
|
| 612 |
+
"ppy": 132.400146484375,
|
| 613 |
+
"distortion_model": "distortion.brown_conrady",
|
| 614 |
+
"distortion_coeffs": [0.0, 0.0, 0.0, 0.0, 0.0]
|
| 615 |
+
},
|
| 616 |
+
"camera.depth_scale": 9.999999747378752e-05,
|
| 617 |
+
"camera.extrinsics": [
|
| 618 |
+
[-0.9964454633676177, -0.0593658490591889, 0.059767336393517424, 0.07152230267522033],
|
| 619 |
+
[0.03508235090409829, 0.35259220848825745, 0.9351192240395956, -0.5367607603505948],
|
| 620 |
+
[-0.07658764384113147, 0.9338920871700627, -0.3492562130184793, 0.7599105938829176],
|
| 621 |
+
[0.0, 0.0, 0.0, 1.0]
|
| 622 |
+
]
|
| 623 |
}
|
| 624 |
},
|
| 625 |
"timestamp": {
|