diff options
| -rwxr-xr-x | data/face-run-recognition-accuracy.py | 6 | ||||
| -rw-r--r-- | kinect.bib | 32 | ||||
| -rw-r--r-- | kinect.tex | 2 | ||||
| -rw-r--r-- | papers/Ganapathi+al-CVPR10.pdf | bin | 0 -> 696984 bytes | |||
| -rw-r--r-- | papers/MostRead_CO-KinectIdentity.pdf | bin | 0 -> 722987 bytes | |||
| -rw-r--r-- | papers/Plagemann+al-ICRA10.pdf | bin | 0 -> 1259623 bytes | |||
| -rw-r--r-- | papers/ls2011_submission_40.pdf | bin | 0 -> 443900 bytes |
7 files changed, 37 insertions, 3 deletions
diff --git a/data/face-run-recognition-accuracy.py b/data/face-run-recognition-accuracy.py index 00feb8f..4d0fc03 100755 --- a/data/face-run-recognition-accuracy.py +++ b/data/face-run-recognition-accuracy.py @@ -31,7 +31,7 @@ for line in open(sys.argv[2]): if run != prun and prun > 0: runs[prun] = recs.index(max(recs))+1 recs = map(lambda x:0,users) - recs[users.index(user)] += 1 + recs[users.index(rec)] += 1 prun = run t=0.0 @@ -39,6 +39,7 @@ tp=0.0 fp=0.0 fn=0.0 for (k,v) in runs.items(): + print v,labels[k] if v == 0: fn += 1 elif v != labels[k]: @@ -46,7 +47,8 @@ for (k,v) in runs.items(): else: tp += 1 t += 1 - +print runs[167],labels[167] +print tp,fp,fn print("True positives: ",tp/t) print("False positives: ",fp/t) print("False negatives: ",fn/t) @@ -174,3 +174,35 @@ address = {New York, NY, USA},
keywords = {home networks, operating systems},
+@inproceedings{ganapathi:cvpr10,
+ author = {V. Ganapathi and C. Plagemann and D. Koller and S. Thrun},
+ title = {Real Time Motion Capture using a Single Time-Of-Flight Camera},
+ booktitle = {Proceedings of the Conference on Computer Vision and Pattern Recognition (CVPR)},
+ year = 2010,
+}
+
+@inproceedings{plagemann:icra10,
+ author = {C. Plagemann and V. Ganapathi and D. Koller and S. Thrun},
+ title = {Realtime Identification and Localization of Body Parts from
+ Depth Images},
+ booktitle = {Proc. International Conferences on Robotics and
+ Automation (ICRA 2010)},
+ year = 2010,
+}
+
+@article{leyvand:computer11,
+ author = {Leyvand, Tommer and Meekhof, Casey and Wei, Yi-Chen and Sun, Jian and Guo, Baining},
+ title = {Kinect Identity: Technology and Experience},
+ journal = {Computer},
+ issue_date = {April 2011},
+ volume = {44},
+ issue = {4},
+ month = {April},
+ year = {2011},
+ issn = {0018-9162},
+ pages = {94--96},
+ numpages = {3},
+ publisher = {IEEE Computer Society Press},
+ address = {Los Alamitos, CA, USA},
+ keywords = {Kinect, game design, software development},
+}
@@ -36,7 +36,7 @@ \mainmatter \def\ECCV12SubNumber{***} % Insert your submission number here -\title{Author Guidelines for ECCV Submission} % Replace with your title +\title{On the Viability of Skeleton Recognition} % Replace with your title \titlerunning{ECCV-12 submission ID \ECCV12SubNumber} diff --git a/papers/Ganapathi+al-CVPR10.pdf b/papers/Ganapathi+al-CVPR10.pdf Binary files differnew file mode 100644 index 0000000..22ee754 --- /dev/null +++ b/papers/Ganapathi+al-CVPR10.pdf diff --git a/papers/MostRead_CO-KinectIdentity.pdf b/papers/MostRead_CO-KinectIdentity.pdf Binary files differnew file mode 100644 index 0000000..0b0dd29 --- /dev/null +++ b/papers/MostRead_CO-KinectIdentity.pdf diff --git a/papers/Plagemann+al-ICRA10.pdf b/papers/Plagemann+al-ICRA10.pdf Binary files differnew file mode 100644 index 0000000..d0c20c3 --- /dev/null +++ b/papers/Plagemann+al-ICRA10.pdf diff --git a/papers/ls2011_submission_40.pdf b/papers/ls2011_submission_40.pdf Binary files differnew file mode 100644 index 0000000..4046a7b --- /dev/null +++ b/papers/ls2011_submission_40.pdf |
