From e624d2ace8296e130a4fa4d2d307041798c538e0 Mon Sep 17 00:00:00 2001 From: natanielruiz <nataniel777@hotmail.com> Date: 星期二, 19 九月 2017 12:22:56 +0800 Subject: [PATCH] next --- code/datasets.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/code/datasets.py b/code/datasets.py index 6f1f1ff..4007369 100644 --- a/code/datasets.py +++ b/code/datasets.py @@ -281,7 +281,7 @@ yaw, pitch, roll = [float(line[1]), float(line[2]), float(line[3])] # Crop the face - k = 0.40 + k = 0.32 x1 = float(line[4]) y1 = float(line[5]) x2 = float(line[6]) -- Gitblit v1.8.0