Skip to content

Commit 840d620

Browse files
committed
add a launch configuration to the fixing script
1 parent 79310f4 commit 840d620

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.vscode/launch.json

+12
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
"--path",
1616
"/media/lei_proj_inf/Data/datasets/ModelNet40"
1717
]
18+
},
19+
{
20+
"name": "Fix ModelNet",
21+
"type": "debugpy",
22+
"request": "launch",
23+
"cwd": "${workspaceFolder}",
24+
"program": "tools/fix_modelnet.py",
25+
"console": "integratedTerminal",
26+
"args": [
27+
"--path",
28+
"/media/lei_proj_inf/Data/datasets/ModelNet40"
29+
]
1830
}
1931
]
2032
}

0 commit comments

Comments
 (0)