Skip to content

IndexError: index 2128 is out of bounds for axis 0 with size 0 #1

@F-jie

Description

@F-jie

hi, thanks for your nice work, but when I use the data you provide and run command:
$python 6DoFPoseAnnotator.py
Error happened like this:
:: Load two point clouds to be matched.
Writing PLY: [========================================] 100%
Writing PLY: [========================================] 100%
Loading: data/hammer_mm.ply
Reading PLY: [========================================] 100%
Traceback (most recent call last):
File "6DoFPoseAnnotator.py", line 197, in
img_mapped = mapping.Cloud2Image( CLOUD_ROT )
File "6DoFPoseAnnotator.py", line 72, in Cloud2Image
cloud_color = cloud_color1[cloud_np1[:,2].argsort()[::-1],:]
IndexError: index 2128 is out of bounds for axis 0 with size 0
What's the problem, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions