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

code #2

Open
xin1106 opened this issue Sep 12, 2023 · 3 comments
Open

code #2

xin1106 opened this issue Sep 12, 2023 · 3 comments

Comments

@xin1106
Copy link

xin1106 commented Sep 12, 2023

hi @adricarda ,

thank you for your work.

I don't see the processing code for the A2D2 data set and semantic-kitti data set. Could you share the preprocess_a2d2.py and preprocess_semantic-kitti.py ?

Thanks!
11W{P7W}$OLPU Q0E1`R{J6

@adricarda
Copy link
Contributor

Hi @xin1106, thank you for your interest.
The preprocessing code should be the same used in this repo: https://github.com/valeoai/xmuda_journal

thanks

@xin1106
Copy link
Author

xin1106 commented Sep 13, 2023

Thank you for your reply, but I still have questions.
In a2d2.py, we use the variable ‘pts_cam_coord’,
but the data_dict generated by the preprocessing code (https://github.com/valeoai/xmuda_journal)
does not contain the ‘pts_cam_coord‘.

a2d2.py
pts_cam_coord = data_dict["pts_cam_coord"].copy()

preprocess.py (https://github.com/valeoai/xmuda_journal)
data_dict['seg_label'] = seg_label.astype(np.uint8)
data_dict['points'] = points.astype(np.float32)
data_dict['points_img'] = points_img # row, col format, shape: (num_points, 2)
data_dict['img'] = image

@xin1106
Copy link
Author

xin1106 commented Sep 17, 2023

@adricarda Look forward to your kind reply!

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