From 144fea5cf5efab2716500b9d8d18ca7cd192acda Mon Sep 17 00:00:00 2001 From: Jingzhe Ma <45999604+HappyDeepLearning@users.noreply.github.com> Date: Thu, 7 Mar 2024 21:14:02 +0800 Subject: [PATCH] Delete .vscode directory --- .vscode/launch.json | 81 --------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index f8d9f5d..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,81 +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 Debugger: Current File", -// "type": "debugpy", -// "request": "launch", -// "program": "${file}", -// "console": "integratedTerminal", -// "args": [ -// "--heatmapt_data_path=/data3/gait_heatmap_data/Gait3D/gait3d_sigma_8.0_base/pkl", -// "--silouette_data_path=/data4/Gait3D-sils-64-44-pkl", -// "--output_path=/data3/gait_heatmap_data/Gait3D/heatmap_sil" -// ] -// } -// ] -// } - - -{ - // 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": "/home/mjz/anaconda3/envs/opengait/lib/python3.8/site-packages/torch/distributed/launch.py", - "console": "integratedTerminal", - "justMyCode": true, - "env": { - "CUDA_VISIBLE_DEVICES": "0,1,2,3", - "NCCL_P2P_DISABLE": "1" - }, - "args": [ - "--nproc_per_node=4", - "--master_port","19999", - "opengait/main.py", - "--cfgs=configs/skeletongait/skeletongait++_Gait3D.yaml", - "--phase=train", - "--log_to_file", - ] - } - ] -} - -// { -// // 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": "/home/mjz/anaconda3/envs/opengait/lib/python3.8/site-packages/torch/distributed/launch.py", -// "console": "integratedTerminal", -// "justMyCode": true, -// "env": { -// "CUDA_VISIBLE_DEVICES": "0,1,2,3", -// "NCCL_P2P_DISABLE": "1" -// }, -// "args": [ -// "--nproc_per_node=4", -// "--master_port","19999", -// "datasets/pretreatment_heatmap.py", -// "--pose_data_path=/home/mjz/Python_workspace/OpenGait/datasets/Gait3D/Gait3D_pose_pkl", -// "--save_root=/home/mjz/skeletongait_release/OpenGait/datasets/Gait3D/heatmap_pkl", -// "--ext_name=base", -// "--dataset_name=gait3d", -// "--heatemap_cfg_path=./configs/skeletongait/pretreatment_heatmap.yaml" -// ] -// } -// ] -// }