graspnet / graspnet-baseline

Baseline model for "GraspNet-1Billion: A Large-Scale Benchmark for General Object Grasping" (CVPR 2020)
https://graspnet.net/
Other
521 stars 153 forks source link

Friction coefficients used during the evaluation #25

Closed FrancescoRosa3 closed 3 years ago

FrancescoRosa3 commented 3 years ago

Hi everyone. I was running the evaluation procedure, and I would like to have some clarification:

  1. In the published paper you said that the AP is computed as the average of the AP_u where u ranges from 0.2 to 1 with step of 0.2, but in the code, the friction coefficients range from 0.2 to 1.2, why is there this discrepancy?
  2. Which is the set of coefficients used for computing the performance reported in the README?
  3. Is the model obtained from the pre-trained weights the same as the one used for computing the reported performances?

Thanks for your kind.

chenxi-wang commented 3 years ago
  1. Sorry for the typo, it should be 1.2 in the paper. The detailed definition and evaluation protocol is defined in https://graspnet.net/evaluation.html.
  2. The evaluation uses current graspnetAPI code.
  3. Yes, the pretrained weights can reproduce the reported performance in README (not sure if there is a small difference).
FrancescoRosa3 commented 3 years ago

Thanks so much for the clarification. Yes, there is a small difference but it is actually irrelevant.