远程安装Python和Python Debugger

对于以下命令,可以设置launch.json:
python slide_inference_stats.py --csv_path '/proj01/zhengyiran/04.BC1600Lite/00.data/01.slide_info/NK_slides_info默默20251215至20251224TEST.csv' --json_folders '/proj01/zhengyiran/04.BC1600Lite/03.plots/rknn/NK/BC1600.6.20251104' --model_type '6' --config_path '.../hyps/config.json' --output_dir /proj01/zhengyiran/04.BC1600Lite/04.results/00.model_inference_stats/rknn

{
"version": "0.2.0",
"configurations": [
{
"name": "Python: slide_inference_stats.py",
"type": "python",
"request": "launch",
"cwd": "/proj01/zhengyiran/04.BC1600Lite/01.code/00.bc1600_model_devlop/regresson_test",
"program": "/proj01/zhengyiran/04.BC1600Lite/01.code/00.bc1600_model_devlop/regresson_test/slide_inference_stats.py",
"pythonPath": "/home/zhengyiran/.conda/envs/uv1610/bin/python",
"args": [
"--csv_path",
"/proj01/zhengyiran/04.BC1600Lite/00.data/01.slide_info/NK_slides_info默默20251215至20251224.csv",
"--json_folders",
"/proj01/zhengyiran/04.BC1600Lite/03.plots/rknn/NK/BC1600.6.20251104",
"--model_type",
"6",
"--config_path",
".../hyps/config.json",
"--output_dir",
"/proj01/zhengyiran/04.BC1600Lite/04.results/00.model_inference_stats/rknn"
],
"console": "integratedTerminal",
"justMyCode": true,
}
]
}