Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about the dataest #114

Open
zzhmx opened this issue Mar 24, 2024 · 2 comments
Open

about the dataest #114

zzhmx opened this issue Mar 24, 2024 · 2 comments

Comments

@zzhmx
Copy link

zzhmx commented Mar 24, 2024

May I ask how many lines of point cloud data are scanned in your dataset? After converting my 128 line radar into range images, it is still very sparse. If there are too many clicks, an error will be reported: Runtimeerror the expanded size of the tensor (150000) must match the existing size (159400) at non-singleton dimension 0. Target size (150000,3). Tensor size:(159400,3)

@jbehley
Copy link
Member

jbehley commented Apr 9, 2024

I think the 150k points is just an upper bound that we used for the KITTI dataset (with 64 beams). Therefore, you might have to simply increase this in the configuration, e.g., https://github.com/PRBonn/lidar-bonnetal/blob/master/train/tasks/semantic/config/arch/darknet53.yaml

dataset:
labels: "kitti"
scans: "kitti"
max_points: 150000 # max of any scan in dataset
sensor:
name: "HDL64"
type: "spherical" # projective
fov_up: 3
fov_down: -25
img_prop:
width: 2048
height: 64
img_means: #range,x,y,z,signal
- 12.12
- 10.88
- 0.23
- -1.04
- 0.21
img_stds: #range,x,y,z,signal
- 12.32
- 11.47
- 6.91
- 0.86
- 0.16

@zzhmx
Copy link
Author

zzhmx commented Apr 9, 2024

I think the 150k points is just an upper bound that we used for the KITTI dataset (with 64 beams). Therefore, you might have to simply increase this in the configuration, e.g., https://github.com/PRBonn/lidar-bonnetal/blob/master/train/tasks/semantic/config/arch/darknet53.yaml我认为 150k 个点只是我们用于 KITTI 数据集(有 64 个光束)的上限。因此,您可能只需在配置中增加此设置,例如 https://github.com/PRBonn/lidar-bonnetal/blob/master/train/tasks/semantic/config/arch/darknet53.yaml

dataset:
labels: "kitti"
scans: "kitti"
max_points: 150000 # max of any scan in dataset
sensor:
name: "HDL64"
type: "spherical" # projective
fov_up: 3
fov_down: -25
img_prop:
width: 2048
height: 64
img_means: #range,x,y,z,signal
- 12.12
- 10.88
- 0.23
- -1.04
- 0.21
img_stds: #range,x,y,z,signal
- 12.32
- 11.47
- 6.91
- 0.86
- 0.16

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants