Skip to content
View lvrma's full-sized avatar
Block or Report

Block or report lvrma

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. lvsn/shadowcompositing lvsn/shadowcompositing Public

    Code for the paper "Shadow Harmonization for Realistic Compositing" published at SIGGRAPH Asia 2023

    Python 17 4

  2. lvsn/lm-model lvsn/lm-model Public

    Python implementation of the Lalonde-Matthews parametric sky model

    Python 2 2

  3. cycles-shapenet cycles-shapenet Public

    Script to adjust the 3D models of ShapeNet to work with Blender's Cycles path tracer

    Python 3

  4. CaLib CaLib Public

    Tiny OpenCV camera calibration header file in C++

    C++

  5. voxarlabs/3DPO-Dataset voxarlabs/3DPO-Dataset Public

    Qualitative dataset to evaluate 6DoF detection and tracking approaches using textureless objects under various challenges.

    2 1

  6. Perfect circle to beat the game at h... Perfect circle to beat the game at https://vole.wtf/perfect-circle/ for absolutely no reason
    1
    import win32api, win32con, math
    2
    
                  
    3
    win32api.Sleep(10000)
    4
    start_x, start_y = win32api.GetCursorPos()
    5
    win32api.SetCursorPos((start_x,start_y))