Megvii-BaseDetection / Megvii-BaseDetection/YOLOX

关于Decoupled Head的求教!

Open
#1,301 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
10.6k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

大家好,小白请教一个问题。旷视在2020年的一篇CVPR中提到在R-CNN实验中发现:在Head中FC适合做分类任务,Conv适合定位任务。那为什么在YOLOX的Head中两个任务都使用了Conv,而没有在分类任务中使用FC???

图片:
image

image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

This is a conceptual question about why YOLOX's decoupled head uses convolution for both classification and localization, rather than requesting a specific code change. Read the YOLOX head implementation and compare it with the cited R-CNN/CVPR discussion; done means providing a clear, evidence-based explanation of the architectural choice.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, pytorch
Domain
computer-vision, machine-learning
Issue type
Documentation
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.