hoiliu-0801 / DNTR

A DeNoising FPN with Transformer R-CNN for Tiny Object Detection
Apache License 2.0
20 stars 1 forks source link

Code #7

Closed wh1090220084 closed 1 month ago

wh1090220084 commented 1 month ago

Hello, author, I couldn't find DN-FPN and Trans R-CNN. Could you please tell me where they are?

hoiliu-0801 commented 1 month ago

For Trans R-CNN, refer to the file located at mmdet-dntr/mmdet/models/roi_heads/cascade_roi_head_cas_t2t_new_jit_mask.py. For DN-FPN, you can find it in mmdet-dntr/mmdet/models/detectors/two_stage.py (issue #3).