Closed jianingwangind closed 1 year ago
Hi,
For PETR-e, you can refer to https://github.com/megvii-research/PETR/blob/main/projects/configs/petr/petr_vovnet_gridmask_p4_1600x640_trainval_cbgs.py , the pretrained weights is from dd3d (https://github.com/megvii-research/PETR/blob/main/projects/configs/petr/petr_vovnet_gridmask_p4_1600x640_trainval_cbgs.py#L243)
For PETRv2, you can refer to https://github.com/megvii-research/PETR/blob/main/projects/configs/denoise/petrv2_vovnet_gridmask_p4_1600x640_dn_trainval_60epoch.py
Thanks a lot.
Hi,
For PETR-e, you can refer to https://github.com/megvii-research/PETR/blob/main/projects/configs/petr/petr_vovnet_gridmask_p4_1600x640_trainval_cbgs.py , the pretrained weights is from dd3d (https://github.com/megvii-research/PETR/blob/main/projects/configs/petr/petr_vovnet_gridmask_p4_1600x640_trainval_cbgs.py#L243)
For PETRv2, you can refer to https://github.com/megvii-research/PETR/blob/main/projects/configs/denoise/petrv2_vovnet_gridmask_p4_1600x640_dn_trainval_60epoch.py
Could you please provide your final performance on the test set, or is it the best performance given in the paper?
Thanks a lot.
Could you please provide your final performance on the test set?thanks!
Will you release the code for petr-e? Or could you please share some implementation details? Thanks