Skip to content

Commit

Permalink
chore(bio): pass through gpu id in run-mega-track-bio-dive recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
danellecline committed Dec 12, 2024
1 parent 799840f commit 65ca313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ run-mega-track-bio-dive dive='/mnt/M3/mezzanine/Ventana/2022/09/4432' gpu_id='0'
--max-frames-tracked 200 --min-score-det 0.0002 --min-score-track 0.7 --min-frames 5 --version mega-vits-track-gcam \
--vits-model /mnt/DeepSea-AI/models/m3midwater-vit-b-16 \
--det-model /mnt/DeepSea-AI/models/megadet \
--stride-fps 15 --video $video --gpu-id 1
--stride-fps 15 --video $video --gpu-id {{gpu_id}}
}
export -f process_file
# Run 3 video in parallel
Expand Down

0 comments on commit 65ca313

Please sign in to comment.