dougsm / ggcnn

Generative Grasping CNN from "Closing the Loop for Robotic Grasping: A Real-time, Generative Grasp Synthesis Approach" (RSS 2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Processing of data set labels.

thk8181 opened this issue · comments

Hello, I am following your work "GG-CNN". I have a question to ask: when GG-CNN is based on Cornell and Jacquard data sets, it needs to process the original labels of data sets. Could you please tell me which program it is based on?

Hello, the code for loading and converting the Cornell and Jacquard data can be found here

def load_from_cornell_file(cls, fname):

Thank you very much for your reply. I have understood. Best wishes.