关于特征提取网络替换
#9108
-
Prerequisite
💬 Describe the reimplementation questions您好我想使用Yolox作为目标检测,请问我可以替换特征提取网络darkertnet为swin-transformer做完特征提取网络吗?谢谢 Environmentwindows11,python Expected resultsNo response Additional informationNo response |
Beta Was this translation helpful? Give feedback.
Answered by
ZwwWayne
Oct 22, 2022
Replies: 2 comments
-
We recommend using English or English & Chinese for issues so that we could have broader discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Yes, you can. But you need to be careful to set the config. You only need to change the config of backbone and update some relevant settings of neck to do that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ZwwWayne
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, you can. But you need to be careful to set the config. You only need to change the config of backbone and update some relevant settings of neck to do that.