Kees Schollaart
Kees Schollaart
Hi great work with this project, thanks! I was able to train a model with my own dataset and your training.py. Inspired by [this repo](https://github.com/guichristmann/edge-tpu-tiny-yolo), I'm trying to convert the...
Next to getting insights by day, a view grouped by week and/or month. This is especially relevant when viewing longer period (3 mo+)
Currently tested: EA, Pay as you Go, MSDN, Microsoft Internal Tested & not supported: CSP Not tested: Free trial, [retired offers], ...? I need people to help me test this...
Currently the widgets are named with a unique number. When a widget is removed from a dashboard it does not automatically become available. Users have to take this slot. With...
To make the onboarding experience better and to be able to be part of the (ADO) Demo Generator it would be nice to show some demo when the user did...
Given the following metrics: ```json { "contexts": [ { "apdexScores": [], "context": "MyContext", "counters": [], "gauges": [ { "value": 1, "name": "NameOfMetric|PipelineId:1", "tags": { "pipelineId": "1" } }, { "value":...
When navigating to the dashboards, the most recently used dashboard is shown. When the current project has multiple teams, the values in ```VSS.getWebContext().team``` are of the incorrect team. After using...
Most of the ExtensionDataService's operations take a key as parameter. After a lot of digging I found out this key is bound to 50 characters. This does not have to...
Thanks for the Api, nice work! I'm trying to get the current location of my car, is that in any way supported? The ```CarFinderService``` throws: ``` Exception: API error: {'errorCode':...
First of all, thanks a lot for the great work/package/documentation! I trained a YoloV4 Tiny model using this script: ```python from tensorflow.keras import callbacks, optimizers from yolov4.tf import SaveWeightsCallback, YOLOv4...