Minor changes
This commit is contained in:
parent
0c4a76bd59
commit
23582d4760
4
code/src/.vscode/launch.json
vendored
4
code/src/.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
||||
"type": "cppdbg",
|
||||
"request": "launch",
|
||||
"program": "/Users/brandonwatson/Documents/Gitlab/WhoDat/facemark-trainer/code/output/Trainer",
|
||||
"args": [],
|
||||
"args": [ "-images=/Users/brandonwatson/Documents/Gitlab/WhoDat/facemark-trainer/code/opencv/helen/images_train.txt", "-annotations=/Users/brandonwatson/Documents/Gitlab/WhoDat/facemark-trainer/code/opencv/helen/annotation_train.txt", "-config=/Users/brandonwatson/Documents/Gitlab/WhoDat/facemark-trainer/code/opencv/defaultConfig.xml", "-face_cascade=/Users/brandonwatson/Documents/Gitlab/WhoDat/facemark-trainer/code/opencv/lbpcascades/lbpcascade_frontalface.xml", "-model=/Users/brandonwatson/Documents/Gitlab/WhoDat/facemark-trainer/code/output/trained_model.dat", "-width=460", "-height=460" ],
|
||||
"stopAtEntry": false,
|
||||
"cwd": "${workspaceFolder}",
|
||||
"environment": [],
|
||||
@ -25,7 +25,7 @@
|
||||
"windows": {
|
||||
"MIMode": "gdb",
|
||||
"miDebuggerPath": "C:\\MinGw\\bin\\gdb.exe"
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
@ -6,5 +6,23 @@
|
||||
{
|
||||
"path": "code/include"
|
||||
}
|
||||
]
|
||||
],
|
||||
"settings": {
|
||||
"files.associations": {
|
||||
"__split_buffer": "cpp",
|
||||
"__tree": "cpp",
|
||||
"array": "cpp",
|
||||
"bitset": "cpp",
|
||||
"deque": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"iterator": "cpp",
|
||||
"map": "cpp",
|
||||
"queue": "cpp",
|
||||
"set": "cpp",
|
||||
"string": "cpp",
|
||||
"string_view": "cpp",
|
||||
"utility": "cpp",
|
||||
"vector": "cpp"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user