Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Fangyi-Chen committed Dec 14, 2022
1 parent ea27439 commit 3224240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The decoding procedure of DETR implies that detection should be stage-by-stage e
1. The responsibility that each stage takes is unbalanced, while supervision applied to them is analogous.
2. Due to the sequential structure of the decoder, an intermediate query refined by a stage - no matter this refinement brings positive or negative effects - will be cascaded to the following stage

## 🎲 Selective Query Recollection
## 🚀 Selective Query Recollection
As a training strategy that fit most query-based object detectors (DETR family), SQR cumulatively collects intermediate queries as stages go deeper, and feeds the collected queries to the downstream stages aside from the sequential structure.


Expand Down

0 comments on commit 3224240

Please sign in to comment.