OreoChocolate / MUREN

The official code for Relational Context Learning for Human-Object Interaction Detection, CVPR2023.
http://cvlab.postech.ac.kr/research/MUREN/
48 stars 5 forks source link

detr-r50-pre-2stage-nq100.pth #12

Open zhanghaojun-01 opened 1 month ago

zhanghaojun-01 commented 1 month ago

Can you tell me the method by which you got detr-r50-pre-2stage-nq100.pth?

OreoChocolate commented 2 weeks ago

I apologize for the delayed response. The process of creating detr-r50-pre-2stage-nq100.pth is based on the convert_parameters.py script from CDN (https://github.com/YueLiao/CDN). However, unlike CDN, MUREN contains three branches. For this reason, the parameters for each of the three branches are copied and applied like that of CDN.

If you have any further questions or need more details, feel free to reach out!