Benoit Brummer

Results 17 issues of Benoit Brummer

The terminal cursor jumps every second and that is distracting. I've tried with both Alacritty and xterm and the issue persists. I don't know if that can be fixed in...

bug

This PR adds an optional input_shape parameter to the FilterRemover / ChannelRemover. This allows thinning on any not predefined model. It can be defined in the yaml such as: ```...

Anarchy linux defaults to installing NetworkManager with the dhcpcd daemon enabled (at least with the GNOME install). This is strongly discouraged, and leads to issues at least with the eduroam...

bug

Fix #715 (Main Component is missing when only recurrence id exists) with @balrok 's patch. The file this needs to be applied to changed since he committed in his repo....

Otherwise fails with: Traceback (most recent call last): File "max_ssim.py", line 23, in ssim_value = pytorch_ssim.ssim(img1, img2).data[0] IndexError: invalid index of a 0-dim tensor. Use tensor.item() to convert a 0-dim...

I don't really know what works or doesn't with autograd/backward but I'm guessing it's better to use torch functions when available, and numpy is an unused import.

dtMediaWiki adds Wikimedia Commons as a target storage. Latest documentation on https://commons.wikimedia.org/wiki/Commons:DtMediaWiki

enhancement
waiting for feedback

Allow compilation with PyTorch >=1.2 (testing with 1.6) and GCC 10. This partially addresses #5 I am currently testing this on Arch Linux ( https://aur.archlinux.org/packages/python-pytorch-torchac/ ), will report back later.

I would like to import a raw image's metadata (capture settings s.a. ISO, aperture, ...) into its OpenEXR version (which has little metadata, almost none of which seems to be...

I get the following error: ``` Sigma = 10 Number of Steps: 2 Color denoising: yes Noise variance for individual channels (YCrCb if color): 32 29 33 width: 4231 height:...

bug