PointNetGPD is an end-to-end grasp evaluation model to address the challenging problem of localizing robot grasp configurations directly from the point cloud.
While training my PointNetGPD model, I ran into an EOFError: No data left in file that halted the training process. The error was raised when the training script was attempting to load a file using numpy's np.load() function as part of the getitem() method in the PointGraspOneViewDataset class.
While training my PointNetGPD model, I ran into an EOFError: No data left in file that halted the training process. The error was raised when the training script was attempting to load a file using numpy's np.load() function as part of the getitem() method in the PointGraspOneViewDataset class.