Sense-X / Co-DETR

[ICCV 2023] DETRs with Collaborative Hybrid Assignments Training
MIT License
897 stars 94 forks source link

encoder co deformable detr #138

Open prsbsvrn opened 2 months ago

prsbsvrn commented 2 months ago

Hello,

I am interested in customizing the encoder used in your project. Specifically, I would like to know if it's possible to replace or modify the existing encoder implementation, which relies on mmcv, with my own custom implementation. Could you please confirm if such a modification is feasible and, if so, provide any guidance or considerations I should be aware of?

Thank you!

TempleX98 commented 2 months ago

Sure, you can replace the deformable encoder with your custom implementation. Please make sure you understand the effect of each input and output variable of the deformable encoder when you modify its architecture.