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

About depth information #21

Open
qiushenjie opened this issue May 15, 2018 · 1 comment
Open

About depth information #21

qiushenjie opened this issue May 15, 2018 · 1 comment

Comments

@qiushenjie
Copy link

Hi,

The article you mentioned "Real-time Grasp Detection..." has the image depth information included when training the CNN. While the title of your repository "robot-grasp-detection" is "Detecting grasping... using RGB images".

Does it mean when training your network, you only used RGB images, and depth info. is not used ?
Further, the Cornell Grasping Dataset, has point cloud information of all images. If your network is trained with this dataset, depth information should be included. Am I correct ?
Thanks.

@qiushenjie qiushenjie changed the title About depth imformation About depth information May 15, 2018
@edwardnguyen1705
Copy link

@qiushenjie Just replace the B (in RGB) channel by D (depth image). Or pass RGB and DDD to 2 separate Networks, then concatenate the 2 feature maps which then are fed into FC layers.

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