Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Improve tensor point cloud io

Open ZhengyuDiao opened this issue 2 years ago • 2 comments

This change is Reviewable

ZhengyuDiao avatar Aug 04 '22 14:08 ZhengyuDiao

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

update-docs[bot] avatar Aug 04 '22 14:08 update-docs[bot]

Now the other files io in tensor module use double as default, so the tests of io also use double as default. If I use float as default in FileTXT, it cannot pass the tests. I think we may keep double as default this time and modify the default dtype from double to float in the relevant files in next pr. What do you think about it? @yxlao

ZhengyuDiao avatar Aug 07 '22 09:08 ZhengyuDiao