From 82e9cc8b43fc9bb005ecb44728c27b7bc7be89a4 Mon Sep 17 00:00:00 2001 From: mfkeles Date: Tue, 29 Oct 2024 09:53:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cf5865..8a1ab94 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ You can either clone the repository and crate a new virtual environment using po ``` 8. Finally, you can map your unlabeled tracking data to defined behavior categories (with some sensible default parameters), and export predictions to a `.csv` file. ```bash - python predict_behavior_categories.py --main-cfg-path /path/to/main_cfg.yaml \ + python predict_behavioral_categories.py --main-cfg-path /path/to/main_cfg.yaml \ --num-neighbors 15 --neighbor-weights distance --neighbor-weights-norm log_count \ --activation standard --voting soft python export_behavior_predictions.py --main-cfg-path /path/to/main_cfg.yaml