-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Confirm the virtual environment is active and install the project dependencies:
.\.venv\Scripts\Activate.ps1
pip install -r requirements.txtUse requirements-deep.txt when the selected training/evaluation path needs the deep-learning stack.
For the current terminal process:
Set-ExecutionPolicy -Scope Process -ExecutionPolicy RemoteSignedUse the annotation inventory and manifest-building scripts to verify that referenced media exists locally. Do not silently keep manifest records whose source video is unavailable.
Use the resumable training workflow rather than starting a new experiment under the same output directory without checking existing checkpoints/history.
Relevant entry point:
scripts/train_meva_activity_resumable.py
Do not commit .pt, .pth, video files, raw datasets, .venv/ or generated outputs/. Large trained checkpoints belong in controlled artifact storage or a release/model registry if redistribution is appropriate.
That means the local data directory is not necessarily ignored at the directory root. Add the appropriate local data path to .gitignore without removing dataset-preparation code or small redistributable metadata that the project intentionally tracks.
GitHub creates the separate Wiki Git repository after an initial Wiki page exists. Create/save the first Wiki page in the GitHub UI once, then rerun the documentation publisher.
IncidentGraph · provenance preserved · uncertainty explicit · missing evidence stays unknown · consequential use requires human review