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

test for kitti raw #14

Open
Ericgeese opened this issue Aug 1, 2022 · 2 comments
Open

test for kitti raw #14

Ericgeese opened this issue Aug 1, 2022 · 2 comments

Comments

@Ericgeese
Copy link

Hello, I am running this excellent project on kitti raw point cloud using provided pretrained model.
Strange hollows exisit in the upsampled clouds. Is it deal to cropping strategies or something else?
To reproduce:
bash test_realscan.sh pretrain/pu1k-punet ./data/real_scan_kitti_pugcn 0 --model punet --upsampler original bash test_realscan.sh pretrain/pu1k-mpu ./data/real_scan_kitti_pugcn 0 --model mpu --upsampler duplicate bash test_realscan.sh pretrain/pu1k-pugcn ./data/real_scan_kitti_pugcn 0 --model pugcn --k 20

using the 0th frame of 2011-09-26_0048 from kitti raw sequence.
original
upsampling

Thank you!

@guochengqian
Copy link
Owner

guochengqian commented Oct 11, 2022 via email

@wangxianggang1997
Copy link

thanks for your interest. I will investigate this issue after AAAI submission. My guess is the pretrained model is trained on PU-GCN with random sampling. You should used pretrained PU-GCN with uniform sampling on PUGAN’s date.

Sent from my iPhone On Aug 1, 2022, at 14:19, Gu Siyuan @.> wrote:  Hello, I am running this excellent project on kitti raw point cloud using provided pretrained model. Strange hollows exisit in the upsampled clouds. Is it deal to cropping strategies or something else? To reproduce: bash test_realscan.sh pretrain/pu1k-punet ./data/real_scan_kitti_pugcn 0 --model punet --upsampler original bash test_realscan.sh pretrain/pu1k-mpu ./data/real_scan_kitti_pugcn 0 --model mpu --upsampler duplicate bash test_realscan.sh pretrain/pu1k-pugcn ./data/real_scan_kitti_pugcn 0 --model pugcn --k 20 using the 0th frame of 2011-09-26_0048 from kitti raw sequence. [original]https://user-images.githubusercontent.com/27678247/182136938-91709f4b-d597-436c-be06-4f06a7e1149f.png [upsampling]https://user-images.githubusercontent.com/27678247/182136956-ebf8f7c7-b0a7-4069-9a57-f4ff12b19fd0.png Thank you! — Reply to this email directly, view it on GitHub<#14>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALUHE2KOI2VVHJ37TD3VBFTVW6XDVANCNFSM55HF4NMA. You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you very much for your wonderful work, I am also testing the kitti data, and the same problem occurs, how to solve this problem?

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

3 participants