wifi-densepose/tests/unit
rUv cbebdd648f Implement WiFi-DensePose system with CSI data extraction and router interface
- Added CSIExtractor class for extracting CSI data from WiFi routers.
- Implemented RouterInterface class for SSH communication with routers.
- Developed DensePoseHead class for body part segmentation and UV coordinate regression.
- Created unit tests for CSIExtractor and RouterInterface to ensure functionality and error handling.
- Integrated paramiko for SSH connections and command execution.
- Established configuration validation for both extractor and router interface.
- Added context manager support for resource management in both classes.
2025-06-07 05:55:27 +00:00
..
test_csi_extractor.py Implement WiFi-DensePose system with CSI data extraction and router interface 2025-06-07 05:55:27 +00:00
test_csi_processor.py Implement CSI processing and phase sanitization modules; add unit tests for DensePose and modality translation networks 2025-06-07 05:36:01 +00:00
test_densepose_head.py Implement WiFi-DensePose system with CSI data extraction and router interface 2025-06-07 05:55:27 +00:00
test_modality_translation.py Implement WiFi-DensePose system with CSI data extraction and router interface 2025-06-07 05:55:27 +00:00
test_phase_sanitizer.py Implement CSI processing and phase sanitization modules; add unit tests for DensePose and modality translation networks 2025-06-07 05:36:01 +00:00
test_router_interface.py Implement WiFi-DensePose system with CSI data extraction and router interface 2025-06-07 05:55:27 +00:00