joe-siyuan-qiao / DetectoRS

DetectoRS: Detecting Objects with Recursive Feature Pyramid and Switchable Atrous Convolution
Apache License 2.0
1.13k stars 178 forks source link

fix AT_CHECK #57

Open sailfish009 opened 4 years ago

sailfish009 commented 4 years ago

AT_CHECK should be replaced with TORCH_CHECK.

joe-siyuan-qiao commented 4 years ago

@sailfish009 Thanks for opening this PR. However, we do not plan to keep this repo updated as we have migrated it to the official mmdetection repo, which will always be updated with the newest environment, packages, and toolkits. Please open PR over there if you think it is relevant. Thanks!

sailfish009 commented 4 years ago

@joe-siyuan-qiao hi, i would love to use, but latest DetectoRS version seems to be unstable, at this moment, couldn't get same training result.

so i am using back-ported version of old DetectoRS.

-- Edit: now i am using latest mmdetection to use DetectoRS, and found the reason why it was unstable: https://github.com/open-mmlab/mmdetection/issues/3465