Skip to content
Snippets Groups Projects
Commit 9c71e4de authored by Daalen, Tim van's avatar Daalen, Tim van
Browse files

launch-file update

parent 954fea9a
Branches
No related tags found
No related merge requests found
......@@ -4,17 +4,25 @@
// 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"
},
{
"name": "Python: inference.py",
"type": "python",
"request": "launch",
"program": "${workspaceFolder}/inference.py",
"args": [
"--cfg", "cfg/detection.yaml"
"--cfg",
"cfg/detection.yaml"
],
},
]
}
//available yaml files:
//detection
//classification
\ No newline at end of file
//available yaml files:
//detection
//classification
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment