Jonas Pirner

Results 8 issues of Jonas Pirner

In this [section](https://github.com/microsoft/IoT-For-Beginners/tree/main/2-farm/lessons/5-migrate-application-to-the-cloud#task---create-an-event-trigger) I created the file `__init__.py`. When I run the event trigger in this [section](https://github.com/microsoft/IoT-For-Beginners/tree/main/2-farm/lessons/5-migrate-application-to-the-cloud#task---run-the-event-trigger) it outputs the following ``` (.venv) ➜ soil-moisture-trigger func start Found Python version...

### Describe the bug Hi, I am currently trying to do something like: ```python ... inferencer = TorchInferencer( path=torch_model_path, # Path to the OpenVINO IR model. device="auto", # We would...

### Describe the bug While letting our PaDiM model (export via torch) iteratively predict on unlabeled data and storing the visualization results we observed that after a while we get...

# Description Please include a summary of the change and which issue is fixed or implemented. Please also include relevant motivation and context (e.g. links, docs, tickets etc.). List any...

bug
documentation

### Describe the bug Hi, I recognized that training EfficientAd via API like: ```python # Import the required modules from anomalib.data import MVTec from anomalib.models import EfficientAd from anomalib.engine import...

### Search before asking - [x] I have searched the RF-DETR issues and found no similar bug report. ### Bug Hi, I am trying to run RFDETRSegPreview on a segmentation...

bug

Hi, is it possible to use streamlit webrtc and connect to an industrial basler camera via their SDK [pypylon](https://github.com/basler/pypylon)? So I think via their SDK pylon gives you access to...

Hi all, I found https://github.com/HumanSignal/label-studio-sdk/blob/master/examples/export_with_filters.py which shows how you export annotations with filters but it uses the old version of the sdk `from label_studio_sdk import Client`. The export example for...