Farkas Szilard Levente

Results 13 issues of Farkas Szilard Levente

The code maps window is white for some reason, thing is I tried to fix it just can't find what colors are used, any input would be welcome. ![image](https://user-images.githubusercontent.com/834518/102380544-b78ab380-3fd0-11eb-86b7-89d8f51509c3.png)

I was having problems with YouTube buffering on Windows and checked online for a solution. Ended up doing 'pip install yt-dlp' and after this mpv buffering issue was fixed. Mpv...

Even with --gpu_id 0 only CPU is used when using the windows executable, any workaround for that?

In the following code the inner method InvokeAsync is throwing an OnlineException but I can never catch it what is re-thrown is a simple Exception: ```csharp //-- in a singleton...

If display is not calibrated, there surely must be an assumed black level what value is assumed 0.0 or something else?

meta:question

Sometimes when you search and replace all you want is turn some variable name from lowercase to camelCase, and it would be very nice to have an option here: ![image](https://user-images.githubusercontent.com/834518/189073609-dee760f6-4756-4789-8a69-125777b2b22a.png)...

Read all the information from the DisplayCAL forum and I still don't understand the recommendation to use the Windows built in sRGB profile as the display profile. dwm_lut applies the...

I wonder which value would indicate better how sharp an image is from the generated map: ```py sharpness_map = lbpSharpness(img_gray, 21, 0.016) sharpness = np.mean(sharpness_map) # (or) sharpness = np.var(sharpness_map)...

When I run the configure script on Windows 7: ``` shell configure.py --use-gl-init-lib GLFW3 --use-gl-api-lib GLEW --include-dir C:\glut-3.7.6-bin --include-dir C:\glfw-3.0.4.bin.WIN32\include --include-dir C:\glew-1.10.0\include --library-dir C:\glut-3.7.6-bin --library-dir C:\glfw-3.0.4.bin.WIN32\lib-msvc110 --library-dir C:\glew-1.10.0\lib\Release\Win32 --strict-gl-version-detection False...

I tested both implementations I found so far on github: https://github.com/dingkeyan93/DISTS/commits/master/DISTS_pytorch/DISTS_pt.py (and) https://github.com/dingkeyan93/IQA-optimization/commits/master/IQA_pytorch/DISTS.py The first one is IMO the official one, but you based the tests on the second one....

bug