Skip to content

Commit

Permalink
Update bsoid_svm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runninghsus authored Jul 19, 2019
1 parent a2efd6b commit 5bfd112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/bsoid_svm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ function [labels,f_10fps_test] = bsoid_svm(data_test,fps,OF_mdl,smth_hstry,smth_
```

### Prior to Usage
Run *[bsoid_mdl.md](bsoid_mdl.md).* to build a behavioral model, or load up our demo model.
Run *[bsoid_mdl.md](bsoid_mdl.md)* to build a behavioral model, or load up our demo model.
```matlab
load OF_mdl
```
Then,
Run *[dlc_preprocess.md](dlc_preprocess.md).* on test dataset.
Run *[dlc_preprocess.md](dlc_preprocess.md)* on test dataset.

```matlab
fprintf('Please select DeepLabCut generated .csv file. \n');
Expand Down

0 comments on commit 5bfd112

Please sign in to comment.