Closed jo-jstrm closed 3 years ago
Hi,
good question. I'm guessing that these rows had a lot more missing values than other rows, and were not carrying any useful info so I dropped them.
Regarding your second question, I do not recall what exactly I did in there, sorry!
Hey again!
In
parse_velo.process_velo()
you discard the uppermost two and the lowest rows (lines) of the datalines = lines[2:-1]
.What was the reason for that? I see that you discard more rows in
utils.preprocess()
, so why do not drop the aforementioned rows there and keep them during preprocessing inparse_velo.process_velo()
?I think it could have to with the discarded measurements tending to be bad in KITTI?
Best Jo