mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-28 05:59:32 +00:00
fix: update broken dataset download links in user guide
Replace dead URLs for MM-Fi and Wi-Pose datasets with working links: - MM-Fi: https://ntu-aiot-lab.github.io/mm-fi + GitHub repo with download links - Wi-Pose: https://github.com/NjtechCVLab/Wi-PoseDataset with Google Drive links Also corrects Wi-Pose source attribution (Entropy 2023, 12 subjects). Fixes #84 Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
36b0d27474
commit
9f1fca5513
1 changed files with 5 additions and 5 deletions
|
|
@ -484,12 +484,12 @@ The training pipeline is implemented in pure Rust (7,832 lines, zero external ML
|
|||
|
||||
The system supports two public WiFi CSI datasets:
|
||||
|
||||
| Dataset | Source | Format | Subjects | Environments |
|
||||
|---------|--------|--------|----------|-------------|
|
||||
| [MM-Fi](https://mmfi.github.io/) | NeurIPS 2023 | `.npy` | 40 | 4 rooms |
|
||||
| [Wi-Pose](https://github.com/aiot-lab/Wi-Pose) | AAAI 2024 | `.mat` | 8 | 3 rooms |
|
||||
| Dataset | Source | Format | Subjects | Environments | Download |
|
||||
|---------|--------|--------|----------|-------------|----------|
|
||||
| [MM-Fi](https://ntu-aiot-lab.github.io/mm-fi) | NeurIPS 2023 | `.npy` | 40 | 4 rooms | [GitHub repo](https://github.com/ybhbingo/MMFi_dataset) (Google Drive / Baidu links inside) |
|
||||
| [Wi-Pose](https://github.com/NjtechCVLab/Wi-PoseDataset) | Entropy 2023 | `.mat` | 12 | 1 room | [GitHub repo](https://github.com/NjtechCVLab/Wi-PoseDataset) (Google Drive / Baidu links inside) |
|
||||
|
||||
Download and place in a `data/` directory.
|
||||
Download the dataset files and place them in a `data/` directory.
|
||||
|
||||
### Step 2: Train
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue