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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ ExampleInput/ *Stores some small examples of input data file.
33
33
* g++ * The C++ compiler, or you can use anything equvalent.
34
34
* Armadillo-7.400.2 * A linear algebra C++ open library.
35
35
36
-
**How to installi the prerequests?**
36
+
**How to install the prerequests?**
37
37
First download the `armdillo-7.400.2.zip` from [this link](http://pan.baidu.com/s/1o7Um4Sa), then uppack it.
38
38
Alternatively, you could also refers to [official website of Armdillo](http://arma.sourceforge.net/)
39
39
@@ -87,7 +87,7 @@ for now, just choose `debug mode`.
87
87
This program does not input from the raw files like .shand, .skdepth or skdepth.cropping.
88
88
Instead this program takes a single '.csv' file as its input, which stores all the training examples.
89
89
90
-
An example input .csv file is at `HandPoseEstimation/ExampleInput/`
90
+
The training Data in .csv format can be downloaded at: [this link](https://pan.baidu.com/s/1dFNui1j)
91
91
where `value0, value1, ...` is the pixel value of our depth image, so there should be `90*60` values,and the `label0, label1, ...` is the hand joints postion value, so there should be `20*3` labels.
92
92
93
93
In both `debug` and `real-time` mode of this program at running time, the program will output two files
0 commit comments