You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to my tests with Open3D 0.17 with Python 3.10, this is not yet implemented.
It would be nice if the reading/writing methods in Open3D supported pathlib as inputs, since this is the preferred way of dealing with system paths for many people. This way, instead of having to transform the path to a string:
This is, of course, very minor and would just add a little convenience to the code. But this would also be pretty straightforward to implement, which is why I think it is worth it.
The text was updated successfully, but these errors were encountered:
Checklist
master
branch).Proposed new feature or change
According to my tests with
Open3D 0.17
withPython 3.10
, this is not yet implemented.It would be nice if the reading/writing methods in Open3D supported
pathlib
as inputs, since this is the preferred way of dealing with system paths for many people. This way, instead of having to transform the path to a string:Or equivalently:
We could just directly enter the
Path
object:This is, of course, very minor and would just add a little convenience to the code. But this would also be pretty straightforward to implement, which is why I think it is worth it.
The text was updated successfully, but these errors were encountered: