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
I test the above code it works well, however, when I run the demo
I got
FEngine (64 bits) created at 0x7b1b0d000010 (threading is enabled)
FEngine resolved backend: OpenGL
transformed_Depth is available
/home/mz/MonoGS/utils/slam_utils.py:16: UserWarning: Applied workaround for CuDNN issue, install nvrtc.so (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:80.)
img_grad_v = normalizer * torch.nn.functional.conv2d(
MonoGS: Resetting the system
Process Process-3:
Traceback (most recent call last):
File "/home/mz/.conda/envs/monogs/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/home/mz/.conda/envs/monogs/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/home/mz/MonoGS/utils/slam_backend.py", line 408, in run
self.initialize_map(cur_frame_idx, viewpoint)
File "/home/mz/MonoGS/utils/slam_backend.py", line 101, in initialize_map
render_pkg["render"],
TypeError: 'NoneType' object is not subscriptable
But very few time the UI can show the iamge and depth but rendered very strange thing that I can't identify. Do you have any ideas. Thanks so much.
The text was updated successfully, but these errors were encountered:
Thanks for the authors contriubtion.
I am now using the Azure Kinect DK to replace the realsense for the real-time demo. I modify the dataset.py
And I also modified
I test the above code it works well, however, when I run the demo
I got
FEngine (64 bits) created at 0x7b1b0d000010 (threading is enabled)
FEngine resolved backend: OpenGL
transformed_Depth is available
/home/mz/MonoGS/utils/slam_utils.py:16: UserWarning: Applied workaround for CuDNN issue, install nvrtc.so (Triggered internally at ../aten/src/ATen/native/cudnn/Conv_v8.cpp:80.)
img_grad_v = normalizer * torch.nn.functional.conv2d(
MonoGS: Resetting the system
Process Process-3:
Traceback (most recent call last):
File "/home/mz/.conda/envs/monogs/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap
self.run()
File "/home/mz/.conda/envs/monogs/lib/python3.8/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/home/mz/MonoGS/utils/slam_backend.py", line 408, in run
self.initialize_map(cur_frame_idx, viewpoint)
File "/home/mz/MonoGS/utils/slam_backend.py", line 101, in initialize_map
render_pkg["render"],
TypeError: 'NoneType' object is not subscriptable
But very few time the UI can show the iamge and depth but rendered very strange thing that I can't identify. Do you have any ideas. Thanks so much.
The text was updated successfully, but these errors were encountered: