🧪 데이터 품질 / 무결성
이 페이지의 용도
플랫폼 전체에서 정리/조치가 필요한 데이터를 한 화면에 모은 dashboard.
각 카드 클릭
해당 자원의 detail 페이지로 이동합니다. 또는 SSH 에서 cli orphan-annotations, cli list-low-quality-images, cli list-subjects-without-consent, cli list-empty-subjects 등.
low quality images
...
quality_score < 0.5
images_no_quality
...
quality_score=NULL — 재채점 필요
orphan annotations
...
image FK 가 사라진 annotation
soft-deleted image refs
...
annotation 이 삭제된 image 를 참조
품질 기반 일괄 태그 부착
quality_score 가 일정값 미만/이상 인 이미지에 자동 태그 부착. 후속 필터링·클린업 작업에 활용 (admin/ml_engineer).