I tested WiFi DensePose on macOS (x86_64) v0.3.0 using --source wifi, but the server still falls back to netsh (Windows-only):
WARN sensing_server: netsh bssid scan failed: No such file or directory (os error 2), falling back
WARN sensing_server: netsh interfaces fallback failed: No such file or directory (os error 2)
I noticed the [Unreleased] section in CHANGELOG.md mentions macOS CoreWLAN support (MacosCoreWlanScanner) is planned but not yet released. This explains the current behavior.
A few questions:
- Is there an ETA for the macOS CoreWLAN adapter to be included in a stable release?
- Is there a workaround to test it from the current
main branch in the meantime?
Thanks!