Juraj Tomori
Juraj Tomori
Hello, thanks for update. The easiest thing I can do for now is to add a note at the top of the readme about broken links and the new url.
I wouldn't spend too much time on updating dead links. I think that having a reference on this repo is already helpful. In majority of cases it should be possible...
Hello, I came across the same issue with Rez 2.111.3 on Windows 10 and cmd.exe. Setting _Number of Buffers_ to 12 in the cmd properties helps with commands history in...
Hi, you can take a look at my docker image where I have it running: https://github.com/jtomori/style_transfer_docker I also forked the repo and did small adjustments, you should be able to...
Thanks @msochor1 for preparing it! This resolved the issue I was facing: #455.
@khavernathy if this doesn't get merged then you can point your pip dependency to a fork fixing it. In my case I've used this: `"Gooey @ git+https://github.com/jtomori/Gooey@issue-455-windows-package-fallback#egg=Gooey"`, which points to...
Hi, take a look at `no_auto_scale, no_auto_bright, auto_bright_thr` parameters in the [`rawpy.Params`](https://letmaik.github.io/rawpy/api/rawpy.Params.html) class. They control scaling of values and you can see what defaults are used. You can find more...