You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example.md
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,37 +86,28 @@ pip install uv'
86
86
uv pip install -e .
87
87
```
88
88
89
-
## STEP 5: Place your data folder anywhere with the following format (any number of reachsets)
89
+
## STEP 5: Data Formatting
90
+
The output file from deeplabcut will have more data than necessary, so delete everything except time, paw (x,y,z), wrist (x,y,z), shoulder (x,y,z), elbow (x,y,z). At the end, the csv file should look like the following:
After formatting, the data folder should be formatted like this:
94
+
95
+
## STEP 6: Place your data folder anywhere with the following format (any number of reachsets)
90
96
```
91
97
Data/
92
98
├── reachset_1/
93
99
│ └── kinematics_1.csv
94
100
└── reachset_2/
95
101
└── kinematics_1.csv
96
102
```
97
-
Then, in a separate anaconda terminal, cd into the parent directory of the Data folder.
103
+
Then, right click the "Data" folder, and click "Copy as path." in a separate anaconda terminal, type `cd ` then right-click and paste the path in and hit enter. Then type `cd ..` and hit enter.
98
104
99
105
In a new python file in the same folder as the Data folder, enter:
Then, run it using `python run ` from the parent directory of the Data folder.
105
-
106
-
# Data Formatting
107
-
Process the motion capture data through [DeepLabCut](https://github.com/DeepLabCut/DeepLabCut). The output file will have more data than necessary, so delete everything except time, paw (x,y,z), wrist (x,y,z), shoulder (x,y,z), elbow (x,y,z). At the end, the csv file should look like the following:
0 commit comments