robotic-grasping icon indicating copy to clipboard operation
robotic-grasping copied to clipboard

Question about the abstract class GraspModel

Open ghost opened this issue 3 years ago • 2 comments

pos_pred, cos_pred, sin_pred, width_pred = self(xc)

I am a python new guy Why this code which is in the abstract class GraspModel could call the method forward in the subclass GenerativeResnet

ghost avatar Mar 29 '21 01:03 ghost

Yeah, probably not the best implementation. Please feel free to open a pull request to refactor it.

skumra avatar May 21 '21 02:05 skumra

pos_pred, cos_pred, sin_pred, width_pred = self(xc)

I am a python new guy Why this code which is in the abstract class GraspModel could call the method forward in the subclass GenerativeResnet

Thank you for telling me that this step is forward propagation

chenjiadragon avatar Feb 10 '23 02:02 chenjiadragon