mirror of
https://github.com/Laurent2916/REVA-QCAV.git
synced 2024-11-08 14:39:00 +00:00
a2aeae0b33
Former-commit-id: ed6c69e23928e8880ce2f3df0d15c2958fb3d1ba [formerly 892c4e0886fd18e0e6282956482b86e3d2d69f19] Former-commit-id: f615de2570b514abe52a24eff1c2ab14cd394933
22 lines
403 B
JSON
22 lines
403 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Python: Current File",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${file}",
|
|
"console": "integratedTerminal",
|
|
"args": [
|
|
"--input",
|
|
"images/test.png",
|
|
"--output",
|
|
"output_onnx.png",
|
|
"--model",
|
|
"good.onnx"
|
|
],
|
|
"justMyCode": false
|
|
}
|
|
]
|
|
}
|