Skip to content
View sevashasla's full-sized avatar

Block or report sevashasla

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

Pinned Loading

  1. D3DR D3DR Public

    The official implementation of the paper "Diffusion Models are Secretly Zero-Shot 3DGS Harmonizers"

    Python 3

  2. usf usf Public

    The official imprementation of uSF: Learning Neural Semantic Field with Uncertainty

    Python 3

  3. kirrya95/leaders2021 kirrya95/leaders2021 Public

    solution for hackhaton leaders2021

    Jupyter Notebook 1

  4. kirrya95/tulahack kirrya95/tulahack Public

    Jupyter Notebook 2

  5. Visualize camera using plotly Visualize camera using plotly
    1
    import numpy as np
    2
    import plotly
    3
    from plotly import graph_objects as go
    4
    from collections.abc import Iterable
    5