• Joined on 2024-10-25
cfalas pushed to main at cfalas/dissertation 2026-07-30 09:25:57 +03:00
faa51757a8 Latest version
cfalas pushed to main at cfalas/dissertation 2025-05-16 13:59:05 +03:00
2e01ad4384 improve packaging
cfalas pushed to main at cfalas/dissertation 2025-05-16 03:11:41 +03:00
90966bd533 improve example
cfalas pushed to main at cfalas/dissertation 2025-05-16 02:41:56 +03:00
7e983e0a64 improve motion detection examples
6c33c8e37e use new api for run command in examples
a2aa7301d4 remove unused imports
2fb5fc2c42 optimise raytracer
02eed8bf76 add run command to CLI
Compare 14 commits »
cfalas pushed to main at cfalas/dissertation 2025-05-02 03:13:30 +03:00
990baee908 fix antenna order post refactor
66c893b50b motion detection example home assistant
6f454c6190 add figure extractor
6be12beb49 add motion detector example
a7a0071486 move preprocessing to CSIApplication
Compare 9 commits »
cfalas commented on issue cfalas/dissertation#6 2025-03-09 22:19:58 +02:00
MUSIC: how to choose eigenvalue threshold?

I added a histogram of the eigenvalues to the visualiser for this, which should help with choosing the right value

cfalas closed issue cfalas/dissertation#6 2025-03-09 22:19:58 +02:00
MUSIC: how to choose eigenvalue threshold?
cfalas pushed to main at cfalas/dissertation 2025-03-04 19:50:22 +02:00
8fe5995c5f refactor figure visualisation
f6e10bedec Add figure for magnitude
6ef4fe3dc1 Improve heatmap visualisation
e3d0544b66 ignore .vite folder
c452e44e1a MUSIC eigenvalue visualisation
Compare 5 commits »
cfalas pushed to main at cfalas/dissertation 2025-02-24 18:15:27 +02:00
342357bd0c remove eigh
cfalas pushed to main at cfalas/dissertation 2025-02-24 17:03:46 +02:00
c4196503d8 improve antenna order detection
28d096af44 unwrap CSI phase
61be734752 Add heatmap visualisation
Compare 3 commits »
cfalas pushed to main at cfalas/dissertation 2025-02-22 17:17:46 +02:00
a94a9b4ec4 visualisation backend
964e379dbf Implement new visualization front-end
298146e8b0 add proto files for streaming
Compare 3 commits »
cfalas merged pull request cfalas/dissertation#12 2025-02-22 17:17:45 +02:00
Improve visualisation system
cfalas created pull request cfalas/dissertation#12 2025-02-22 17:17:35 +02:00
Improve visualisation system
cfalas pushed to main at cfalas/dissertation 2025-02-22 17:15:41 +02:00
c19ac69a0e Allow skipping subcarriers
cfalas created branch better-visualisation in cfalas/dissertation 2025-02-22 17:15:25 +02:00
cfalas pushed to better-visualisation at cfalas/dissertation 2025-02-22 17:15:25 +02:00
a94a9b4ec4 visualisation backend
964e379dbf Implement new visualization front-end
298146e8b0 add proto files for streaming
c19ac69a0e Allow skipping subcarriers
Compare 4 commits »
cfalas opened issue cfalas/dissertation#11 2025-02-01 14:15:54 +02:00
Pytorch Intel GPU support
cfalas closed issue cfalas/dissertation#2 2025-02-01 14:14:48 +02:00
Multiple NICs on FeitCSI
cfalas commented on issue cfalas/dissertation#2 2025-02-01 14:14:46 +02:00
Multiple NICs on FeitCSI

This has been done using the first option, i.e. running Proxmox on each machine, with PCIe passthrough, and having each VM boot off of iPXE

cfalas merged pull request cfalas/dissertation#10 2025-01-30 13:58:26 +02:00
Use PyTorch instead of NumPy