agrithing.ai
WORKSPACE
◧홈 Home ≋제품 Products ⌥저장소 Repositories
DELIVERY
✦제품 릴리스 Releases ◎배포 환경 Deployments ⇅Pull Requests
ASSURANCE
◌품질 분석 Quality ✓검증 자산 Validation ⊙승인 큐 Approvals ▤감사 패키지 Audit
FOUNDATION
◇서비스 플랫폼 Platform
REPOSITORY
⌘코드 Code ◎빌드 Builds ◉배포 Deployments
— 읽기 전용Gitea 계정 연결 필요 로그인
A-SW Hub / Repositories
Local Gitea · READ ONLY
← 저장소 Repositories
REPOSITORY

jbnu/environment-adaptive-perception Private

[참조 MVP] 환경 적응형 인지 A-SW — 조도·강우·먼지 조건에 따라 탐지 임계값과 센서 우선순위를 조정합니다.

https://git.agrithing.ai/jbnu/environment-adaptive-perception.git
7 commits
f7fec31
feat: adopt python VPU SDV reference implementation
A-SW Reference Factory · 2026-08-02
View diff →
5816174
feat: adopt python VPU SDV reference implementation
A-SW Reference Factory · 2026-08-02
View diff →
ae4151f
ci: add language-specific static and dynamic analysis
A-SW Reference Factory · 2026-08-02
View diff →
2ed89a8
docs: define component scope and interface contract
A-SW Reference Factory · 2026-08-02
View diff →
a8a443e
ci: verify contract tests and evidence package
A-SW Reference Factory · 2026-08-02
View diff →
f4e589c
feat: add executable reference MVP
A-SW Reference Factory · 2026-08-02
View diff →
be6d31d
docs: define component scope and interface contract
A-SW Reference Factory · 2026-08-02
View diff →
environment-adaptive-perception / examples / input.json
1 items · main
·/ input.json 96 B →
·/ examples/input.json
json · 96 B · 76e9dfe Download
1234567
{  "brightness_lux": 120,  "rain_level": 0.2,  "dust_level": 0.1,  "base_threshold": 0.55}