2022-06-29 14:12:00 +00:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Python: Current File",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"program": "${file}",
|
|
|
|
"console": "integratedTerminal",
|
|
|
|
"args": [
|
|
|
|
"--input",
|
2022-07-05 10:17:32 +00:00
|
|
|
"images/test.png",
|
2022-06-29 14:12:00 +00:00
|
|
|
"--output",
|
2022-07-05 10:06:12 +00:00
|
|
|
"output_onnx.png",
|
|
|
|
"--model",
|
2022-09-02 14:33:08 +00:00
|
|
|
"good.onnx"
|
2022-06-29 14:12:00 +00:00
|
|
|
],
|
2022-07-11 13:34:05 +00:00
|
|
|
"justMyCode": false
|
2022-06-29 14:12:00 +00:00
|
|
|
}
|
|
|
|
]
|
2022-07-05 10:06:12 +00:00
|
|
|
}
|