Podcast
Questions and Answers
What is the definition of similarity used to compare two boxes?
What is the definition of similarity used to compare two boxes?
- Intersection over Union (IoU) (correct)
- Jaccard Distance
- Jaccard Similarity
- Intersection over Difference
What is the primary condition for a prediction P to be considered a true positive?
What is the primary condition for a prediction P to be considered a true positive?
- P and G have the same scoring value
- G was not matched to a higher scoring prediction P'
- P's box has sufficient similarity to G's box
- P and G have the same category label (correct)
What IoU value is considered 'almost perfect'?
What IoU value is considered 'almost perfect'?
- IoU > 0.3
- IoU > 0.7
- IoU > 0.9 (correct)
- IoU > 0.5
What is the class score of 'cat' in the given model?
What is the class score of 'cat' in the given model?
What is the purpose of ranking by score in defining matches?
What is the purpose of ranking by score in defining matches?
What is a prediction P matched to if it satisfies conditions (1-3)?
What is a prediction P matched to if it satisfies conditions (1-3)?
What is the input size of the fully connected layer?
What is the input size of the fully connected layer?
What type of problem is localization treated as in this model?
What type of problem is localization treated as in this model?
What strategy is rarely used in practice to define matches?
What strategy is rarely used in practice to define matches?
What is the shape of the correct box in this model?
What is the shape of the correct box in this model?
What is the loss function composed of in this model?
What is the loss function composed of in this model?
What is the purpose of the softmax function in this model?
What is the purpose of the softmax function in this model?
What is the most popular metric used in evaluation?
What is the most popular metric used in evaluation?
What is the purpose of having multiple definitions of AP?
What is the purpose of having multiple definitions of AP?
Why did early datasets use an IoU threshold of 0.5?
Why did early datasets use an IoU threshold of 0.5?
What is the goal of achieving an AP of 1?
What is the goal of achieving an AP of 1?
Why are larger datasets extending to multiple IoU thresholds?
Why are larger datasets extending to multiple IoU thresholds?
What is the significance of AP being a generic metric?
What is the significance of AP being a generic metric?
What is the main motivation behind defining Average Precision (AP)?
What is the main motivation behind defining Average Precision (AP)?
What does Precision@s measure?
What does Precision@s measure?
What is the purpose of the Precision-Recall curve?
What is the purpose of the Precision-Recall curve?
What is the range of Average Precision (AP)?
What is the range of Average Precision (AP)?
What is Recall@s measuring?
What is Recall@s measuring?
How is Average Precision (AP) calculated?
How is Average Precision (AP) calculated?
What is AP[ℂ] an abbreviation for?
What is AP[ℂ] an abbreviation for?
What is AP[C, IoU] an abbreviation for?
What is AP[C, IoU] an abbreviation for?
What does mAP represent?
What does mAP represent?
What does AP of 1 represent?
What does AP of 1 represent?
What is 𝕋 in the context of AP?
What is 𝕋 in the context of AP?
What is the extended formula for AP?
What is the extended formula for AP?
Flashcards are hidden until you start studying