From 3922f780ae09e643c9945ce8ab505248da8adb82 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Thu, 8 Aug 2019 15:59:43 +0300 Subject: [PATCH] Update clipping config --- config/config_nick.jsonc | 38 +++++++++++++++++++++++++++++++++----- 1 file changed, 33 insertions(+), 5 deletions(-) diff --git a/config/config_nick.jsonc b/config/config_nick.jsonc index 5e3a29a40..2dac067a2 100644 --- a/config/config_nick.jsonc +++ b/config/config_nick.jsonc @@ -150,13 +150,13 @@ "confidenceThreshold": 0.0, "mls": true, "voxels": false, - "clipping": false, - "bbox_x_max": 1.5, - "bbox_x_min": -1.5, + "clipping": true, + "bbox_x_max": 0.6, + "bbox_x_min": -0.6, "bbox_y_max": 3.0, "bbox_y_min": -3.0, - "bbox_z_max": 2.5, - "bbox_z_min": 0.0, + "bbox_z_max": 3.5, + "bbox_z_min": 2.0, "cudaDevice": 1 }, "rs": { @@ -507,6 +507,34 @@ "stream": {} }, + "reconstruction_snap10": { + "net": { + "peers": [], + "listen": "tcp://*:9002" + }, + "sources": [ + {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#0", "index": "camera0"}, + {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#1", "index": "camera1"}, + {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#2", "index": "camera2"}, + {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#3", "index": "camera3"}, + {"uri":"file:///home/nick/Pictures/FTL/snaptest10.tar.gz#4", "index": "camera4"} + ], + "display": { "$ref": "#displays/left" }, + "virtual": { "$ref": "#virtual_cams/default" }, + "voxelhash": { "$ref": "#hash_conf/default" }, + "merge": { + "$id": "ftl://blah/blah", + "targetsource" : "ftl://utu.fi/node3#vision_default/source", + "register": false, + "chain": false, + "maxerror": 100, + "iterations" : 10, + "delay" : 500, + "patternsize" : [9, 6] + }, + "stream": {} + }, + "reconstruction_lab": { "net": { "peers": ["tcp://ftl-node-4:9001", -- GitLab