Skip to content
View YingGwan's full-sized avatar
😃
Focusing
😃
Focusing
Block or Report

Block or report YingGwan

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

  1. ScanningFusion-From-Camera-Capture-to-3D-Model ScanningFusion-From-Camera-Capture-to-3D-Model Public

    This is a set of bin files, merging several images captured by Realsense D4XX to Merged Point cloud

    Python 3 2

  2. ICP-MATLAB-Code ICP-MATLAB-Code Public

    MATLAB 2 2

  3. OpenMesh Python cheat sheet https://... OpenMesh Python cheat sheet https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python
    1
    # OpenMesh-Python Cheat Sheet
    2
    '''
    3
    documentation: https://openmesh-python.readthedocs.io/en/latest/
    4
    OpenMesh-Python official repository:
    5
      https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python
  4. collisionAwareSOROSimulator collisionAwareSOROSimulator Public

    Collision Aware Soft Robot Simulator Based on Geometric Computing

    C++ 17 2

  5. Get the jacobian of a vector-valued ... Get the jacobian of a vector-valued function that takes batch inputs, in pytorch.
    1
    def get_jacobian(net, x, noutputs):
    2
        x = x.squeeze()
    3
        n = x.size()[0]
    4
        x = x.repeat(noutputs, 1)
    5
        x.requires_grad_(True)
  6. MeshUtility MeshUtility Public

    Forked from zishun/MeshUtility

    A collection of python utilities for mesh processing

    C++ 1