This commit is contained in:
Chris Lovett 2023-04-06 14:14:00 -07:00
Родитель 65bfd2a952
Коммит 6b5c489fb2
2 изменённых файлов: 1 добавлений и 25 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -164,3 +164,4 @@ output/
snpe-2.5.0.4052.zip
android-ndk-r25b-linux.zip
tasks/face_segmentation/snpe/docker/quantizer/quantizer.yaml
tasks/face_segmentation/.vscode/launch.json

25
tasks/face_segmentation/.vscode/launch.json поставляемый
Просмотреть файл

@ -1,25 +0,0 @@
{
// 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",
"justMyCode": true,
"args": [
"--dataset_dir",
"d:\\datasets\\FaceSynthetics",
"--output_dir",
"d:\\temp\\face_segmentation",
"--search_config",
"confs\\snp_search.yaml",
"--serial_training"
]
}
]
}