| echo "Installing Dependencies" | |
| pip install -r requirements.txt | |
| echo "First Stage - a_export_to_onnx" | |
| python export_script/a_export_to_onnx.py | |
| echo "Second Stage - b_export_onnx_vision" | |
| python export_script/b_export_onnx_vision | |
| echo "Finished!" |
| echo "Installing Dependencies" | |
| pip install -r requirements.txt | |
| echo "First Stage - a_export_to_onnx" | |
| python export_script/a_export_to_onnx.py | |
| echo "Second Stage - b_export_onnx_vision" | |
| python export_script/b_export_onnx_vision | |
| echo "Finished!" |