Submission: GDRNPP-PBRReal-RGB-SModel/T-LESS

Download submission
Submission name
Submission time (UTC) Oct. 16, 2022, 4:35 p.m.
User zyMeteroid
Task 6D localization of seen objects
Dataset T-LESS
Training model type CAD
Training image type Synthetic + real
Description
Evaluation scores
AR:0.776
AR_MSPD:0.902
AR_MSSD:0.751
AR_VSD:0.676
average_time_per_image:0.218

Method: GDRNPP-PBRReal-RGB-SModel

User zyMeteroid
Publication Not yet
Implementation Pytorch, code can be found at https://github.com/shanice-l/gdrnpp_bop2022
Training image modalities RGB
Test image modalities RGB
Description

Authors: Xingyu Liu, Ruida Zhang, Chenyangguang Zhang, Bowen Fu, Jiwen Tang, Xiquan Liang, Jingyi Tang, Xiaotian Cheng, Yukang Zhang, Gu Wang, and Xiangyang Ji (Tsinghua University).

In the PBRReal-RGB-SModel setting, for LMO, HB, ICBIN and ITODD datasets, we only use the provided synthetic training data (PBR) in training. While for YCBV, TUDL, TLESS, we use the provided real data and synthetic data (PBR) in training. SModel means we trained a single model for each dataset.

For detection, we adopted yolox as the detection method. Otherwise, stronger data augmentation and ranger optimizer has been used.

For pose estimation, the difference between our GDRNPP and the CVPR-version GDR-Net mainly includes:

  • Domain Randomization: We used stronger domain randomization operations than the conference version during training.
  • Network Architecture: We used a more powerful backbone Convnext rather than resnet-34, and two mask heads for predicting amodal mask and visible mask separately.
  • Other training details, include learning rate, weight decay, visible threshold, and bounding box type.
Computer specifications GPU RTX 3090; CPU AMD EPYC 7H12 64-Core Processor.