robot-grasp-detection icon indicating copy to clipboard operation
robot-grasp-detection copied to clipboard

About depth information

Open qiushenjie opened this issue 6 years ago • 1 comments

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 avatar May 15 '18 08:05 qiushenjie

@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.

edwardnguyen1705 avatar Jul 13 '19 10:07 edwardnguyen1705