Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

What is the meaning of subfolder "t"? What is that specifically for?

Open jiapei-nexera opened this issue 3 years ago • 1 comments
trafficstars

Checklist

My Question

Take a look at https://github.com/isl-org/Open3D/tree/master/cpp/open3d ?

There are clearly two subfolders named io:

https://github.com/isl-org/Open3D/tree/master/cpp/open3d/io vs. https://github.com/isl-org/Open3D/tree/master/cpp/open3d/t/io

And it looks the FIRST https://github.com/isl-org/Open3D/tree/master/cpp/open3d/io is dealing with Azure Kinect, but the SECOND https://github.com/isl-org/Open3D/tree/master/cpp/open3d/t/io is dealing with Intel Realsense ?????

If so, shouldn't these 2 sensor be at the same subfolder level????

jiapei-nexera avatar Jul 14 '22 23:07 jiapei-nexera

t stands for tensor. Apologize for the confusion, we are still at the stage of migration. All the sensors should be present in the t folder eventually.

theNded avatar Jul 26 '22 16:07 theNded