From b74b9c54247177c82493f180617d7551de8e2bb1 Mon Sep 17 00:00:00 2001
From: natanielruiz <nataniel777@hotmail.com>
Date: 星期二, 26 九月 2017 03:47:06 +0800
Subject: [PATCH] Before SR experiments

---
 code/test_preangles.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/code/test_preangles.py b/code/test_preangles.py
index d5c9ec7..b742195 100644
--- a/code/test_preangles.py
+++ b/code/test_preangles.py
@@ -67,6 +67,9 @@
     if args.dataset == 'AFLW2000':
         pose_dataset = datasets.AFLW2000(args.data_dir, args.filename_list,
                                 transformations)
+    elif args.dataset == 'AFLW2000_ds':
+        pose_dataset = datasets.AFLW2000_ds(args.data_dir, args.filename_list,
+                                transformations)
     elif args.dataset == 'BIWI':
         pose_dataset = datasets.BIWI(args.data_dir, args.filename_list, transformations)
     elif args.dataset == 'AFLW':

--
Gitblit v1.8.0