Pest photos were tagged with vague rules and disagreeing annotators; the live pipe also drops night frames and has no check for uncontrolled edits. How should those two defects be split?
Select an answer to reveal the explanation.
Short Explanation
Vague tagging rules and disagreeing annotators are guideline and annotation defects, so those go to label-correctness testing. Dropped night frames and uncontrolled edits are pipe failures, so those go to data-pipeline testing (design, quality, performance, security). Feature testing, Chapter 6 model tests, and constraint testing miss that split.
Full Explanation
Guideline and annotation defects map to label testing. Pipe failures and security map to pipeline testing. Feature, Chapter 6, and constraint filings miss that split.