Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
pesi
/
rtmo
like
0
Follow
Prime Electronics and Satellitics Inc.
9
Object Detection
ONNX
Pose Estimation
License:
mit
Model card
Files
Files and versions
Community
main
rtmo
/
symbolic_shape_infer_all.sh
Luigi
Make ONNX models compatible with ONNXruntime's TensorrtExecutionProvider
b75f05d
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
135 Bytes
for
f
in
$(
ls
-S *.onnx |
tac
);
do
echo
Process
"
$f
"
python3 symbolic_shape_infer.py --input
"
$f
"
--output
"
$f
"
--auto_merge;
done