summaryrefslogtreecommitdiffstats
path: root/data/combined/graphs/plots.py
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2012-03-05 12:48:37 -0800
committerThibaut Horel <thibaut.horel@gmail.com>2012-03-05 12:48:37 -0800
commit898bd8d0cc84064c9e56c48bd73941d965c6480a (patch)
treed39fe0e3adfa0f31c5fe8848e912187802401d12 /data/combined/graphs/plots.py
parent27b82b9eaf26474a346638a03f7edfd2f79740b4 (diff)
downloadkinect-898bd8d0cc84064c9e56c48bd73941d965c6480a.tar.gz
Some changes in face vs skeleton recognition plots
Diffstat (limited to 'data/combined/graphs/plots.py')
-rwxr-xr-xdata/combined/graphs/plots.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/combined/graphs/plots.py b/data/combined/graphs/plots.py
index 6fbf7e9..1379956 100755
--- a/data/combined/graphs/plots.py
+++ b/data/combined/graphs/plots.py
@@ -108,7 +108,7 @@ plt.savefig(os.path.join(out_dir,"online-sht.pdf"),bbox_inches="tight",pad_inche
#face
plt.figure()
-x,y = np.loadtxt("all_nb_split.mat",unpack=True)
+x,y = np.loadtxt("5_nb_split.mat",unpack=True)
a,b = np.loadtxt("face.csv",delimiter=",", unpack=True)
plt.plot(100*x,100*y,label="Skeleton")
plt.plot(100*a,100*b,label="Face")