Seppo Enarvi

Results 13 issues of Seppo Enarvi

I'm trying to build this under Windows 7 and MinGW. I have a 64-bit machine, but I'm building for 32-bit architecture. As instructed in a previous post, I left the...

## 🚀 Feature Several new variants of the YOLO model have been proposed in the past couple of years. The current implementation in PyTorch Lightning Bolts is based on the...

enhancement
help wanted
won't fix

## What does this PR do? The YOLO model has been largely refactored, so that it's easy to incorporate new features from different YOLO variants, such as different algorithms for...

model

## 🐛 Bug It's extremely slow to compute the mean-average-precision since torchmetrics > 0.6.0. ### To Reproduce I noticed that my training times have almost doubled since I upgraded torchmetrics...

enhancement
help wanted

### The problem The UPnP/IGD has stopped working at some point for me. It has worked before. I checked that I have UPnP enabled in my router. I also installed...

integration: upnp

Fixes a few broken things: - Works with the latest PyTorch. - Works with the latest Torchvision. - Fixed support for one output channel (--output_nc 1).

A generic YOLO implementation that supports the most important features of YOLOv3, YOLOv4, YOLOv5, YOLOv7, Scaled-YOLOv4, and YOLOX. It includes networks that have been written in PyTorch, but the user...

cla signed

Many services display time incorrectly, unless the local time zone is configured by setting the TZ environment variable. Some of the `service.yml` files in IOTstack set the TZ environment variable...

`backup.sh` tried to check whether it's run from the IOTstack directory, but used `-d` (directory exists operator). This small pull request changes it to `! -f` (file does not exist)...

### Environment * KFP SDK version: kfp 1.6.3 kfp-pipeline-spec 0.1.8 kfp-server-api 1.6.0 ### Steps to reproduce Using a boolean parameter in an "if" condition in container arguments used to work...

kind/bug
area/sdk
lifecycle/stale