Remove hardcoded /home/gg paths so the project is portable
Notebooks now use Path.home() / "cupido" for the repo root (works for any user inside the JupyterLab container), and the offline-tracking scripts read the ethoscope source-tree location from the new ETHOSCOPE_SRC config constant — defaulting to ~/Code/ethoscope_project/... and overridable via the ETHOSCOPE_SRC environment variable. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
5934dce21e
commit
231c7a437f
8 changed files with 25 additions and 14 deletions
|
|
@ -53,7 +53,7 @@ is split in two stages so you can sit at the screen and click for an hour, then
|
|||
let the tracker grind through overnight.
|
||||
|
||||
```bash
|
||||
# extra deps (ethoscope src must be at /home/gg/Code/ethoscope_project/...)
|
||||
# extra deps (set ETHOSCOPE_SRC env var if your ethoscope clone isn't at ~/Code/ethoscope_project/...)
|
||||
pip install -r requirements-tracking.txt
|
||||
|
||||
# 1) build the inventory (xlsx ↔ /mnt/ethoscope_data/videos/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue