You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order of channels in proj is (range, z, x, y, remission), but sensor_image_means is in the order of (range,x,y,z,signal) or something else (based if it's V321 or V353)?
So I guess here's something wrong?
The text was updated successfully, but these errors were encountered:
Sorry for my late reply, I did't notice the issue recently. Yes, I made a small mistake here, while we also find the normalization on the KITTI doesn't have much influence and just slight drops the performance. It is true that right normalization with accurate mean and std are better. We will update this soon.
Around https://github.com/chenfengxu714/SqueezeSegV3/blob/master/src/tasks/semantic/dataset/kitti/parser.py#L171:
The order of channels in
proj
is (range, z, x, y, remission), butsensor_image_means
is in the order of (range,x,y,z,signal) or something else (based if it's V321 or V353)?So I guess here's something wrong?
The text was updated successfully, but these errors were encountered: