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
12 items · main
.asw directory → .gitea directory → asw_component directory → contracts directory → examples directory → release directory → tests directory → tools directory → NOTICE.md 170 B → pyproject.toml 249 B → README.md 2.2 KB → run.py 352 B →
·/ pyproject.toml
toml · 249 B · 914c347 Download
[project]name = "environment_adaptive_perception"version = "0.1.0"description = "조도·강우·먼지 조건에 따라 탐지 임계값과 센서 우선순위를 조정합니다."requires-python = ">=3.11"[tool.unittest]test-path = "tests"