Closed tejaskhot closed 6 years ago
Not quite sure based on the provided log file. Just quick answer: can you check Area_5_hallway_6
is correctly downloaded?
I tried downloading the data zip file again and ran into the same issue. The colors data is present until the down sampling step but is empty as the result of the downsampling. This happens for:
Area_5_office_20
and Area_5_hallway_6
.
The problem was in the 'get_data.py' script. The two scans you've mentioned have bad points which were not present in the output .pcd files but were present in the .labels files. This caused a shape mismatch. I fixed this now, you can re-run the 'get_data.py' script.
That fixed it. Thanks!
In the precompute step, on running
python tc.py experiments/stanford/dhnrgb/config.json --precompute
, I get:Here,
pcd_labels_down.point_cloud.colors
is empty although in the preceding step before downsampling,pcd_labels.colors
is correctly sized.