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

what is the shape of the virtual points dimension? #33

Open
mihudaner opened this issue May 22, 2023 · 6 comments
Open

what is the shape of the virtual points dimension? #33

mihudaner opened this issue May 22, 2023 · 6 comments

Comments

@mihudaner
Copy link

hi~

I wonder if using CenterPoint changes the input part of the model? Does the virtual point have dimensions other than (x,y,z,r)? If I want to use the kitti data set, and the kitti data set has input (x,y,z,r), does that mean that I need to change the input part of the detection model

@tianweiy
Copy link
Owner

tianweiy commented May 23, 2023

it does. in addition to xyz, it also gets semantic information about this class (class and instance score in nuscenes case). Also it doesn't perform too well on KITTI, I suggest you checking out related approaches (see #29 (comment))

@mihudaner
Copy link
Author

I saw a performance comparison of the pointpillar in the Kitti dataset in the paper. Is this code publicly available? If not, I would like to know what framework it is based on or how to reproduce it. I also want to try it out, but I don't have a clue yet. I hope to reproduce some of it, please (●'◡'●)

@tianweiy
Copy link
Owner

see #1 and #20

@mihudaner
Copy link
Author

thanks(感谢大佬)(●'◡'●)

@mihudaner
Copy link
Author

I installed MaskFormer according to the documentation, but why did I keep reporting this error? What folder is this. data? I couldn't find it
image

@tianweiy
Copy link
Owner

oh that folder was previously ignored in git. .i just updated the repo and it should work now

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