Skip to content

apply TTA during inference using sahi #633

Answered by fcakyon
ramdhan1989 asked this question in Q&A
Discussion options

You must be logged in to vote

What do you mean by TTA?

By default, the SAHI predict function combines standard prediction and sliced prediction results.

Set no_standard_prediction: bool = True if you want to disable standard prediction

no_standard_prediction: bool = False,

Set no_sliced_prediction: bool = True if you want to disable sliced prediction

no_sliced_prediction: bool = False,

Similarly,

Set perform_standard_pred: bool = False if you want to disable standard prediction in get_sliced_prediction function

perform_standard_pred: bool = True,

Replies: 6 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fcakyon
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #569 on September 30, 2022 18:36.