Skip to content

Commit

Permalink
fixed wrong path in inference batch script
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 14, 2023
1 parent eec73b5 commit c2af6fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/data_analysis/HPC-module-SLEAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,11 +412,12 @@ cd $SLP_JOB_DIR
mkdir -p predictions
# Run the inference command
sleap-track $VIDEO_DIR/videos/M708149_EPM_20200317_165049331-converted.mp4 \
sleap-track $VIDEO_DIR/M708149_EPM_20200317_165049331-converted.mp4 \
-m $SLP_JOB_DIR/models/231010_164307.centroid/training_config.json \
-m $SLP_JOB_DIR/models/231010_164307.centered_instance/training_config.json \
--gpu auto \
--tracking.tracker simple \
--tracking.similarity centroid \
--tracking.post_connect_single_breaks 1 \
-o predictions/labels.v001.slp.predictions.slp \
--verbosity json \
Expand Down

0 comments on commit c2af6fb

Please sign in to comment.