From 91cfd45cc47264fc50ba6bf22d63f54dad7574e4 Mon Sep 17 00:00:00 2001 From: gishi523 Date: Sun, 6 Jan 2019 15:38:46 +0900 Subject: [PATCH] Upate stixel computation time --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cf188e..dc8d75a 100644 --- a/README.md +++ b/README.md @@ -49,13 +49,13 @@ $ make - I tested this work using the Daimler Ground Truth Stixel Dataset - http://www.6d-vision.com/ground-truth-stixel-dataset -## Performance(Update 2019/1) +## Performance(Update 2019/1/6) - Setup Key|Value ---|--- CPU|Core-i7 6700K(4.00 GHz/4Core/8T) -Disparity size|64 +Disparity size|128 Stixel width|7 Scale down factor in image height|2 OpenMP|ON @@ -64,8 +64,8 @@ OpenMP|ON Image size|Time[milli seconds] ---|--- -1024 x 333|11 -1024 x 440|18 +1024 x 333|8 +1024 x 440|13 ## Author gishi523