youb1649
youb1649
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...
I am trying to save the data obtained from a 3D point cloud into files (RGB, Depth, intrinsic, extrinsic) and then read those saved file data to reproduce it in...
I think old version has the calibration folder. Please, chech this.
// -> helper functions var func_count_kps = function func_count_kps(aligned_models) { var counter = 0; for (var key1 in aligned_models) { counter += aligned_models[key1].keypoint0.n_keypoints; } return counter; }; var func_count_objs =...