{
"version": "2.0.0",
"tasks": [
{
"label": "Train Mask2Former Model",
"type": "shell",
"command": "python",
"args": [
"train_net.py",
"--config-file",
"configs/coco-stuff-164k-156/mask2former_freeseg.yaml",
"--num-gpus",
"1"
],
"options": {
"env": {
"DETECTRON2_DATASETS": "/home/zhongqiang.zhang/data/"
}
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}