Browse Source

更新模型

dk 1 year ago
parent
commit
d159261695
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .vscode/launch.json

+ 4 - 4
.vscode/launch.json

@@ -20,7 +20,7 @@
             "-vfr", "0.", 
             "-scth", "0.75",
             "--difficulty", "hard",
-            "--model-path", "./static/models/XW01/riemann_rest+flex_11-27-2023-10-07-18.pkl"]
+            "--model-path", "./static/models/XW01/riemann_rest+flex_12-05-2023-19-10-25.pkl"]
         },
         {
             "name": "Free grasping paradigm",
@@ -33,7 +33,7 @@
             "args": ["--subj", "XW01", 
             "--com", "COM3", 
             "-scth", "0.75",
-            "--model-path", "./static/models/XW01/riemann_rest+flex_11-27-2023-10-07-18.pkl"]
+            "--model-path", "./static/models/XW01/riemann_rest+flex_12-05-2023-19-10-25.pkl"]
         },
         {
             "name": "Band selection",
@@ -67,7 +67,7 @@
             "cwd": "${workspaceFolder}/backend",
             "justMyCode": true,
             "args": ["--subj", "XW01", 
-            "--model-filename", "riemann_rest+flex_11-27-2023-11-14-08.pkl"]
+            "--model-filename", "riemann_rest+flex_12-05-2023-19-10-25.pkl"]
         },
         {
             "name": "Online simulation",
@@ -79,7 +79,7 @@
             "justMyCode": true,
             "args": ["--subj", "XW01", 
             "-scth", "0.75",
-            "--model-filename", "riemann_rest+flex_11-27-2023-11-14-08.pkl"]
+            "--model-filename", "riemann_rest+flex_12-05-2023-19-10-25.pkl"]
         },
         {
             "name": "Python: 当前文件",