- update your pip
python3 -m pip install --upgrade pip
- install open3d
sudo pip3 install open3d==0.13.0
(mac)
- update your pip
python -m pip install --upgrade --user pip
- install open3d `pip3 install --user open3d==0.13.0
- input.py : User input handles only this script => no further modules need to be changed
- module1.py : choosing the scan
resolution
- from output summaries, use
fov
andchosen res
- from output summaries, use
- module2.py : transform
mesh
object topoints
- module4.py : create
potential scan locations
around the object and store infinal_pts
- module6.py : create
satisfied_set
andvisible_set
for eachpotential scan location
- module7.py : For each
object point
count the number ofpotential scan locations
that satisfies the quality requirement- counting number tells which
object point
is relatively easier to be captured.
- counting number tells which
- module8.py : compute
low_score_criteria
and find what objectpoints
are inlow_score_criteria
- module9.py : choose the
first_scan
and then choose subsequent scan positions until it closes to thefirst position