ES /docs

MaskWork::maskPanos | script cv2.error: OpenCV(4.10.0) /io/opencv/modules/imgproc/src/color.cpp:196:

Service
cupixworks-pano-postprocessor-instance
Occurrences
309
Status
Reported
Confidence
80%
Actionability
28%
Cluster ID
a330c1c7-73e7-4f83-b0c8-4d2e706148da
First Seen
2026-04-09 21:24 UTC
Last Seen
2026-07-10 20:21 UTC
Actions

MaskWork::maskPanos | script cv2.error: OpenCV(4.10.0) /io/opencv/modules/imgproc/src/color.cpp:196:

RCA Summary#

S3에서 pano 이미지 다운로드 시 "The specified key does not exist." 오류가 발생했으나, AwsS3Manager::downloadParallel의 catch 블록이 에러를 로깅만 하고 삼켜버림(swallow). 이로 인해 이미지 파일이 디스크에 존재하지 않는 상태에서 마스킹 파이프라인이 계속 진행됨. Python 스크립트 cupix_inference.py에서 cv2.imread()가 존재하지 않는 파일에 대해 None을 반환했고, null 체크 없이 바로 cv2.cvtColor()를 호출하여 !_src.empty() assertion failure가 발생함.

Scoring#

Confidence 80% · Actionability 28%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 14 code refs, 4 log queries
Code path explicitness 3/3 14 file:line refs
Log evidence 2/3 section, query
RCA structure 3/3 3/3 sections
Revision history 0/3 0 revision(s)
Agent execution 3/3 success

Actionability#

Dimension Score Detail
Fix complexity 1/5 critical
Affected files 1/5 11 file(s)
Single repo 1/3 6 service(s)
Immediate actions 0/3 absent
Testability 0/3 no test info
External dependency 1/3 external deps found
Data migration 3/3 no migration