Object detection

The minimum accepted model confidence in its prediction.

GPU

Comma separated list of GPU indexes

Query sampling strategy


Smallest confidence

Selects the samples with the smallest predicted probability for top class.


Smallest margin

Selects the samples with smallest difference between the predicted probability of the top two classes.


Greatest entropy

Selects the samples with greatest predicted probability entropy.