Open3d: AttributeError: module 'open3d.cuda.pybind.io' has no attribute 'AzureKinectMKVReader'

Created on 26 Oct 2020  路  2Comments  路  Source: intel-isl/Open3D

I tried to reproduce your tutorial on how to read Kinect Azure DK .mkvs from http://www.open3d.org/docs/latest/tutorial/Basic/azure_kinect.html#open3d-azure-kinect-mkv-reader

Describe the bug

Ran into the following error

python examples/python/reconstruction_system/sensors/azure_kinect_mkv_reader.py --input test_static.mkv
No output path, only play mkv
Traceback (most recent call last):
  File "examples/python/reconstruction_system/sensors/azure_kinect_mkv_reader.py", line 134, in <module>
    reader = ReaderWithCallback(args.input, args.output)
  File "examples/python/reconstruction_system/sensors/azure_kinect_mkv_reader.py", line 26, in __init__
    self.reader = o3d.io.AzureKinectMKVReader()
AttributeError: module 'open3d.cuda.pybind.io' has no attribute 'AzureKinectMKVReader'

image

Expected behavior

I assumed to have imported the reader correctly, but is the tutorial outdated or how should I import that?

Environment (please complete the following information):

  • Operating system: Ubuntu 18.04
  • Python version: Python 3.6, edit: _created a Python 3.8 venv and the problem persisted_
  • Open3D version: 0.11.0
  • Is this remote workstation?: yes or no
  • How did you install Open3D?:pip install open3d
  • CUDA version: Build cuda_11.1.TC455_06.29069683_0
possible bug sensors

Most helpful comment

You can try using pip install open3d==0.10.0 !

All 2 comments

You can try using pip install open3d==0.10.0 !

Well that yes worked @NomitRwt :+1:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

samarth-robo picture samarth-robo  路  3Comments

nrj127 picture nrj127  路  4Comments

blackccpie picture blackccpie  路  3Comments

tonghia picture tonghia  路  3Comments

masonsun picture masonsun  路  3Comments