Skip to content

Instantly share code, notes, and snippets.

@surfertas
surfertas / coverage.json
Last active February 27, 2026 11:46
ongevit-coverage
{
"schemaVersion": 1,
"label": "coverage",
"message": "61.37%",
"color": "yellow"
}
{"label":"coverage","message":"53.24%","schemaVersion":1,"color":"yellow"}
{
"schemaVersion": 1,
"label": "coverage",
"message": "70.36%",
"color": "yellow"
}
@surfertas
surfertas / pipeline_object_topic.yaml
Created August 3, 2020 11:19
Example param file for pipeline with a topic input used with the ros2_openvino_toolkit
Pipelines:
- name: object
inputs: [RealSenseCameraTopic]
infers:
- name: ObjectDetection
model: /opt/openvino_toolkit/open_model_zoo/model_downloader/object_detection/common/mobilenet-ssd/caffe/output/FP32/mobilenet-ssd.xml
engine: CPU
label: /opt/openvino_toolkit/open_model_zoo/model_downloader/object_detection/common/mobilenet-ssd/caffe/output/FP32/mobilenet-ssd.labels
batch: 1
confidence_threshold: 0.5
# Copyright (c) 2018, ARM Limited.
# SPDX-License-Identifier: Apache-2.0
FROM arm64v8/ubuntu:bionic
RUN apt-get -qq update && apt-get -qq install --no-install-recommends -y build-essential \
cmake \
git \
wget \
unzip \