Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkeles authored Oct 29, 2024
1 parent cdedcfc commit 82e9cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 82e9cc8

Please sign in to comment.