Skip to content

Commit

Permalink
Merge pull request #2 from undefined-references/main
Browse files Browse the repository at this point in the history
some fixes
  • Loading branch information
mrn-mln authored Aug 9, 2021
2 parents 5add5ab + 3e4eea0 commit 455a3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adaptive_object_detection
2 changes: 1 addition & 1 deletion generate_pose_tensorrt.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (( $batch_size > 1 )); then
else
workspace=2000
fi

mkdir -p models/data
wget $1 -O "models/data/model_static.onnx"

/usr/src/tensorrt/bin/trtexec --onnx=models/data/model_static.onnx --saveEngine=models/data/$tensorrt_model_name --$precision --batch=$batch_size --workspace=$workspace
Expand Down

0 comments on commit 455a3fe

Please sign in to comment.