Advertisement
Guest User

Untitled

a guest
Oct 19th, 2020
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.09 KB | None | 0 0
  1. {
  2.   "config": {
  3.     "detection_pose_estimation.object_detection.tensor_r_t_inference": {
  4.       "isaac.ml.TensorRTInference": {
  5.         "model_file_path": "/home/ubuntu/tlt-experiments/resnet10_detector.etlt",
  6.         "etlt_password": "bionicman",
  7.         "force_engine_update": false
  8.       }
  9.     },
  10.     "detection_pose_estimation.object_detection.detection_decoder": {
  11.       "isaac.detect_net.DetectNetDecoder": {
  12.         "labels": ["bucket"],
  13.         "non_maximum_suppression_threshold": 0.3,
  14.         "confidence_threshold": 0.3,
  15.         "min_bbox_area": 0
  16.       }
  17.     },
  18.     "detection_pose_estimation.object_pose_estimation.pose_encoder": {
  19.       "TensorRTInference": {
  20.         "model_file_path": "/home/ubuntu/autoenc_logs/ckpts/pose_cnn_model.uff",
  21.         "force_engine_update": false
  22.       }
  23.     },
  24.     "detection_pose_estimation.object_pose_estimation.detection_convertor": {
  25.       "BoundingBoxEncoder": {
  26.         "class_names": ["bucket"]
  27.       }
  28.     },
  29.     "detection_pose_estimation.viewers": {
  30.       "Detections3Viewer": {
  31.         "frame": "camera",
  32.         "object_T_box_center": [1.0, 0, 0, 0, 0, 0, 0.375],
  33.         "box_dimensions": [0.9, 1.32, 0.25],
  34.         "mesh_name": "bucket"
  35.       }
  36.     },
  37.     "detection_pose_estimation.object_pose_estimation.detection_filter": {
  38.       "FilterDetectionsByLabel": {
  39.         "whitelist_labels": [
  40.           "Bucket",
  41.           "bucket"
  42.         ]
  43.       }
  44.     },
  45.     "websight": {
  46.       "WebsightServer": {
  47.         "webroot": "packages/sight/webroot",
  48.         "assetroot": "external/industrial_dolly_pose_estimation_cnn_model",
  49.         "port": 3000,
  50.         "ui_config": {
  51.           "assets": {
  52.             "dolly": {
  53.               "obj": "/apps/assets/industrial_dolly_frame.obj",
  54.               "rotation": [
  55.                 0.70710678118,
  56.                 0.70710678118,
  57.                 0,
  58.                 0
  59.               ],
  60.               "translation": [
  61.                 0,
  62.                 0,
  63.                 0.4
  64.               ],
  65.               "scale": 1.0
  66.             }
  67.           }
  68.         }
  69.       }
  70.     }
  71.   }
  72. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement