Hans Gaiser
Hans Gaiser
Hey, I'm trying to split an ultrawide screen in arch, using fakexrandr. I managed to install and I believe configure it appropriately (xrandr reports two screens), but my window manager...
I'm looking into using Literally canvas, mainly for its polygon tool, but I found in the example that it closes the polygon too quickly. In the code I saw that...
According to https://github.com/ideasman42/isect_segments-bentley_ottmann/issues/4 , their implementation is best tested on points normalized between -1 and 1. I ran into an issue similar to the issue I linked, running imgaug: ```...
I was wondering if I can use `imgaug` to resize an image using the logic often used in object detection algorithms. It works like this in pseudo code (or a...
# Expected Behavior I have a `docker-compose.yaml` file with the following content: ```yaml version: '2.1' services: some_service: build: context: ../ dockerfile: balena/Dockerfile ``` And the following directory structure: ``` ....
The network architecture in 0.2.0 is no longer identical to that in the original Caffe implementation. I am using the ResNet50 imagenet weights available [here](https://github.com/fizyr/keras-models/releases), which were generated using the...
Since OpenCV4 is released a month ago, this package doesn't compile. This PR adds compatibility for OpenCV4. Regarding the `module_opencv4.cpp`, it's probably not the most future proof way to do...
Hi guys, I have been working on modifying the prototxt files to use the ResNet network instead of VGG16. Initially I wanted to try ResNet50, but if that works I...
I'm not sure if the paper is correct or if the model here on github is correct, but there is a discrepancy between the two. [The code says](https://github.com/daijifeng001/MNC/blob/master/models/VGG16/mnc_5stage/train.prototxt#L590-L591) the pooled...
This PR implements ViTDet, as per https://github.com/pytorch/vision/issues/7630 . I needed this implementation regardless of the feedback from torchvision maintainers, but I figured it makes sense to try and merge this...