REPOSITORY
jbnu/environment-adaptive-perception Private
[참조 MVP] 환경 적응형 인지 A-SW — 조도·강우·먼지 조건에 따라 탐지 임계값과 센서 우선순위를 조정합니다.
https://git.agrithing.ai/jbnu/environment-adaptive-perception.git f7fec31 feat: adopt python VPU SDV reference implementation
5816174 feat: adopt python VPU SDV reference implementation
ae4151f ci: add language-specific static and dynamic analysis
2ed89a8 docs: define component scope and interface contract
a8a443e ci: verify contract tests and evidence package
f4e589c feat: add executable reference MVP
be6d31d docs: define component scope and interface contract
2 items · main
·/ .asw/quality-profile.json
json · 961 B · 71c2107 Download
{ "schemaVersion": "asw.quality-profile/v1", "repository": "jbnu/environment-adaptive-perception", "scope": "runtime-component", "language": "python", "runtime": "python>=3.11", "executionTarget": "vpu", "buildSystem": "unittest", "staticAnalysis": { "adapter": "python-ast-policy", "command": "python tools/quality_scan.py static --output dist/quality/static-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "critical": 0, "high": 0, "warnings": 0 } }, "dynamicAnalysis": { "adapter": "unittest-scenario", "command": "python tools/quality_scan.py dynamic --output dist/quality/dynamic-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "minimumPassRate": 1 } }, "evidence": [ "quality/static-analysis.json", "quality/dynamic-analysis.json", "quality/summary.json" ]}