From 8962230bedf8640fab410d67d4758d32c3de3580 Mon Sep 17 00:00:00 2001 From: Jon Whiteaker Date: Tue, 21 Feb 2012 17:37:47 -0800 Subject: adding papers dir and bibtex --- data/face-run-recognition-accuracy.py | 6 ++++-- kinect.bib | 32 ++++++++++++++++++++++++++++++++ kinect.tex | 2 +- papers/Ganapathi+al-CVPR10.pdf | Bin 0 -> 696984 bytes papers/MostRead_CO-KinectIdentity.pdf | Bin 0 -> 722987 bytes papers/Plagemann+al-ICRA10.pdf | Bin 0 -> 1259623 bytes papers/ls2011_submission_40.pdf | Bin 0 -> 443900 bytes 7 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 papers/Ganapathi+al-CVPR10.pdf create mode 100644 papers/MostRead_CO-KinectIdentity.pdf create mode 100644 papers/Plagemann+al-ICRA10.pdf create mode 100644 papers/ls2011_submission_40.pdf 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) diff --git a/kinect.bib b/kinect.bib index 588af44..c88776a 100644 --- a/kinect.bib +++ b/kinect.bib @@ -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}, +} diff --git a/kinect.tex b/kinect.tex index 484d1b5..34fb509 100644 --- a/kinect.tex +++ b/kinect.tex @@ -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 new file mode 100644 index 0000000..22ee754 Binary files /dev/null and b/papers/Ganapathi+al-CVPR10.pdf differ diff --git a/papers/MostRead_CO-KinectIdentity.pdf b/papers/MostRead_CO-KinectIdentity.pdf new file mode 100644 index 0000000..0b0dd29 Binary files /dev/null and b/papers/MostRead_CO-KinectIdentity.pdf differ diff --git a/papers/Plagemann+al-ICRA10.pdf b/papers/Plagemann+al-ICRA10.pdf new file mode 100644 index 0000000..d0c20c3 Binary files /dev/null and b/papers/Plagemann+al-ICRA10.pdf differ diff --git a/papers/ls2011_submission_40.pdf b/papers/ls2011_submission_40.pdf new file mode 100644 index 0000000..4046a7b Binary files /dev/null and b/papers/ls2011_submission_40.pdf differ -- cgit v1.2.3-70-g09d2