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

Segmentation Issue #83

Open
SimonePanicucci opened this issue Oct 15, 2019 · 0 comments
Open

Segmentation Issue #83

SimonePanicucci opened this issue Oct 15, 2019 · 0 comments

Comments

@SimonePanicucci
Copy link

System information

  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 16.04
  • Python version: 3.5
  • Installed using pip or ROS: pip
  • Camera: Kinect v2
  • GPU model (if applicable):

Describe what you are trying to do
I'm trying to get the prediction of suction and parallel jaw using the pre-trained network gathering depth image from real environment.

Describe current behavior
I'm gathering depth image from my Kinect using the method frames of Kinect2Sensor, it collects some noisy points which can be removed using inpaint method but in both cases I can't produce a good segmentation image.

Describe the expected behavior
segmented image

Describe the input images
I cut the image collected in order to have just the table under the camera and nothing else.

Describe the physical camera setup
I have the kinect camera over the table 60cm far.

Other info / logs
This is the original image coming from the camera:
original
and the output of depth_im.invalid_pixel_mask().inverse() is:
valid_px_mask_original
applaying inpaint to the original depth_im we obtain:
inpaint
and the corresponding depth_im.invalid_pixel_mask().inverse() is
valid_px_mask

Can you please help me understanding the problem?
Many thanks.

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

1 participant