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

Block or report dmklee

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. nuro-arm nuro-arm Public

    Low-cost platform to explore concepts in robotic manipulation

    Python 13 4

  2. graph-structured-manip graph-structured-manip Public

    Code of "Graph-Structured Policy Learning for Multi-Goal Manipulation Tasks" (IROS'22)

    Python 5 1

  3. image2sphere image2sphere Public

    Method to predict distributions over 3D object rotation from 2D images

    Jupyter Notebook 23 2

  4. equivision equivision Public

    ImageNet1k-pretrained SE(2) Equivariant Vision Models

    Python 7

  5. Interactive Method for Placing Camer... Interactive Method for Placing Camera in Pybullet Simulation
    1
    import numpy as np
    2
    import matplotlib.pyplot as plt
    3
    import pybullet as pb
    4
    import pybullet_data
    5