-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in Reconstruction System using Intel RealSense Depth Camera D435i #3481
Comments
Hi @ridanlukita . Did you end up solving the second problem ? |
@lhamza98 for the |
for issue " ValueError: n_jobs == 0 in Parallel has no meaning"
|
@darldsla for
I have the exact issue as well @ridanlukita . But when using the realsense.json config file for If |
Also, i just tested it out I still wonder if |
Describe the bug
I had some issues when trying the reconstruction system using Intel RealSense D435i camera.
After I try both of the following Input arguments below (one by one):
python realsense_recorder.py --record_imgs
python realsense_recorder.py --record_rosbag
the
color
anddepth
folder can be produced bypython realsense_recorder.py --record_imgs
and also
realsense.bag
can be produced bypython realsense_recorder.py --record_rosbag
But when I try to:
python run_system.py config_file --make --register --refine --integrate
where my
realsense.json
configuration is:It runs pretty well and producing like the Results with my own dataset
But it was blur and had distortion even when I do record with slow, steady, and longer time.
And sometimes it creates scattered point cloud (shown in the screenshots with blue and red mark as stuff that I have scanned).
realsense.bag
withrealsense.json
configuration below:the script
python run_system.py config/realsense.json --make --register --refine --integrate
was resulting error like this:To Reproduce
Steps to reproduce the behavior:
reconstruction_system/sensors
'python realsense_recorder.py --record_imgs
esc
(I do scanning until ±6000 color + depth image captured)where
camera_instrinsic.json
by default is:..
python run_system.py config/realsense.json --make --register --refine --integrate
with
realsense.json
configuration:visualize_point_cloud.ipynb
which inside were extracted from Visualize point cloud and change theread_point_cloud
path to../reconstruction_system/dataset/realsense/scene/integrated.ply
reconstruction_system/dataset
'mkdir realsense
../sensors
python realsense_recorder.py --record_rosbag
esc
realsense.bag
created inreconstruction_system/dataset/realsense
path_dataset
inrealsense.json
from"dataset/realsense"
to"dataset/realsense/realsense.bag"
..
python run_system.py config/realsense.json --make --register --refine --integrate
ValueError: n_jobs == 0 in Parallel has no meaning
), with newrealsense
directory like below:where
intrinsic.json
by default is:Expected behavior
.bag
file?Screenshots
Environment:
Additional context
The text was updated successfully, but these errors were encountered: