2022-06-29 14:12:00 +00:00
|
|
|
{
|
|
|
|
// Use IntelliSense to learn about possible attributes.
|
|
|
|
// Hover to view descriptions of existing attributes.
|
|
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
|
|
"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",
|
|
|
|
"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
|
|
|
}
|