Skip to content

Commit

Permalink
path modify
Browse files Browse the repository at this point in the history
  • Loading branch information
bruce1408 committed Mar 25, 2024
1 parent 49554ca commit b0d76a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/onnx_model_convert_onnxSimplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def print_onnx_input_output(model_path):

if __name__=="__main__":
# model_path = "/Users/bruce/Downloads/8620_deploy/swin_tiny_patch4_window7_224_224_elementwise_affine.onnx"
model_path = "/mnt/share_disk/bruce_cui/onnx_models/laneline_154w_20240320_fastbev.onnx"
# model_path = "/mnt/share_disk/bruce_cui/onnx_models/laneline_154w_20240320_fastbev.onnx"
model_path = "/mnt/share_disk/bruce_cui/onnx_models/obstacle_v1.0.onnx"
# model_path = "/Users/bruce/Downloads/8620_deploy/Laneline/models/epoch_latest_0302.onnx"

onnx_simplify(model_path)
Expand Down

0 comments on commit b0d76a8

Please sign in to comment.