From 2895516b1acbbf08100a92983a5e8778cbf035d7 Mon Sep 17 00:00:00 2001 From: neka-nat Date: Fri, 23 Feb 2024 21:00:09 +0900 Subject: [PATCH] remeasurement omp_num_threads=1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9fee4af..a661839 100644 --- a/README.md +++ b/README.md @@ -136,11 +136,11 @@ Execute an example script for measuring time. OMP_NUM_THREADS=1 python time_measurement.py # Results [s] -# ICP(Open3D): 0.02212289097951725 -# CPD: 0.1632105699973181 -# SVR: 0.1983455469890032 -# GMMTree: 0.27672973900916986 -# FilterReg: 0.015339541976572946 +# ICP(Open3D): 0.0014092829951550812 +# CPD: 0.038112225010991096 +# SVR: 0.036476270004641265 +# GMMTree: 0.10535842599347234 +# FilterReg: 0.005098833993542939 ``` ## Citing