-
Notifications
You must be signed in to change notification settings - Fork 85
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
Noisy results from rendering #21
Comments
What are the size of the depth images you use? My data was generated with 320x240 depth scans, which should give you 1000~2000 points on average for an airplane. I'm not sure what you mean by the point clouds being noisy. It's really hard to see it from your visualization. The provided data do not contain any noise. |
Thanks for the reaching out. Here(pcn_render.zip) is the minimal system for this test (I only fixed the pose angle and changed the resolution for the depth map). There are some pre-generated figures under This time I ran it with the resolution as you suggested ( Notice that there are many noisy points in the red point clouds-"noisy" means they are not belong to the mesh surfaces. One of the possible reason is that they are lying on the boundary of the 2d depth images, and due to some numerical reason, they are not back-projected to the right place in 3d space. But I just wonder why this did not happen in the green point clouds. Do you use any post-processing methods (like filtering or outlier detection, or re-sampling from multiple pointclouds) for that? Thanks for your help. |
@mengyuest Do you have some new findings? |
Hi there. Right now the only solution I could come up with is using filtering method. Check this outlier removal from open3d and hope that helps~ |
Is 320x240 and focal=100 for all categories? |
Hi I used your code in
./pcn/render/
to generate partial pointclouds from ShapenetV1 models underUbuntu16.04
withBlender 2.79
. But seems like the results are quite noisy and in low resolution (compared to the ones in the./shapenet/test/
on Google drive).As shown in the figure below, the upper one (purple airplane) is my rendering result, and the lower one (blue airplane) is the result from your dataset (
./shapenet/test/partial/02691156/6ca6c7920c62773073d96deff5ddb8e5.pcd
). My points are less than yours (245 points vs 1992 points) and much more noisy from another angle of view. Is it because the partial point clouds in the testset are generated from a different set of camera intrinsic (other than width:160 height:120 with focal:100)? Thanks for your help.mine-02691156-6ca6c7920c62773073d96deff5ddb8e5.txt
pcn-6ca6c7920c62773073d96deff5ddb8e5.txt
The text was updated successfully, but these errors were encountered: