shaunyuan22 / CFINet

The official implementation for ICCV'23 paper "Small Object Detection via Coarse-to-fine Proposal Generation and Imitation Learning"
Apache License 2.0
114 stars 5 forks source link

[Reimplementation] How to get code of model's structure? #11

Closed zzuzs closed 7 months ago

zzuzs commented 7 months ago

Prerequisite

💬 Describe the reimplementation questions

I want to understand and learn the structure of the model. Is the model code under CFINet? But there is no code after downloading.

Environment

No problem

Expected results

code

Additional information

NO

shaunyuan22 commented 7 months ago

The CFINet folder is unsed in this repo. The implementation of CFINet please refer to the follow: crpn: mmdet/models/dense_heads/crpn_head.py fi_head: mmdet/models/roi_heads/feature_imitation_roi_head.py

Moreover, the config of CFINet is in configs/cfinet.