Skip to content

Reduce yolov5 post-processing time.#3648

Closed
UNeedCryDear wants to merge 1 commit intoTencent:masterfrom
UNeedCryDear:master
Closed

Reduce yolov5 post-processing time.#3648
UNeedCryDear wants to merge 1 commit intoTencent:masterfrom
UNeedCryDear:master

Conversation

@UNeedCryDear
Copy link
Copy Markdown
Contributor

sigmoid(X)<1,
IF:box_confidence<prob_threshold
THEN: confidence=box_confidence*sigmoid(class_score)<box_confidence<prob_threshold,
So there is no need to calculate class_score when box_confidence<prob_threshold,and the confidence of most anchors were lower than the prob_threshold.

sigmoid(X)<1, 
IF:box_confidence<prob_threshold
THEN: confidence=box_confidence*sigmoid(class_score)<box_confidence<prob_threshold,
So there is no need to calculate class_score when box_confidence<prob_threshold,and the confidence of most anchors is lower than the prob_threshold.
@UNeedCryDear UNeedCryDear changed the title Reduce post-processing time. Reduce yolov5 post-processing time. Mar 23, 2022
@UNeedCryDear UNeedCryDear reopened this Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant