Skip to content
View Krzysztof-Bogunia's full-sized avatar
  • Poland
  • 12:01 (UTC +02:00)

Block or report Krzysztof-Bogunia

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Krzysztof-Bogunia/README.md

Krzysztof-Bogunia's Stats
Krzysztof-Bogunia's Top Languages

If you are interested in cooperation then you contact me via email: krzysztof.bogunia.kontakt@gmail.com.

Example results of my projects are presented below:

Result 1 – cherrypk_pixel_stacker, greater image sharpness at different distances from the camera.

BEFORE AFTER
statue_original0 statue_original0 statue_stacked statue_stacked

Result 2 – cherrypk_pixel_stacker, calibrated preset (FDVanilla_Reshade) with LUT for a game with colder colors and sharper image.

FDVanilla_Reshade_Before_After

Result 3 – im-vid-detector, prompt based object detection.

im-vid-detector_overview

Pinned Loading

  1. cherrypk_pixel_stacker cherrypk_pixel_stacker Public

    Program that is stacking multiple photos of the same object/scene and creates image that combines "best features" of each photo. Currently it is maximizing local sharpness of each image's region (f…

    C++ 2

  2. FDVanilla_Reshade FDVanilla_Reshade Public

    Skyrim ReShade preset with colder colors and sharper look than vanilla game. It includes LUT file in 3D cube format.

    1

  3. im-vid-detector im-vid-detector Public

    Image and video detector. Program can scan all images and videos in folder using AI model and select those that match specified target. Processing is done locally.

    Python 1

  4. MPV LUT autoload script that tries t... MPV LUT autoload script that tries to automatically apply LUT .cube file when opening video of the same name. LUT file has to be in the same directory as video (for example there could be 2 files video1.mp4 and video1.cube) ). Script should be put in /mpv/scripts/ config folder. Use CTRL+L to enable/disable LUT.
    1
    -- Script that tries to automatically load LUT .cube file when opening video of the same name
    2
    -- enable/disable LUT with CTRL+L
    3
    
                  
    4
    local utils = require 'mp.utils'
    5