Skip to content
View kenomo's full-sized avatar

Highlights

  • Pro

Organizations

@TUHH-IFPT

Block or report kenomo

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.

Content in all repositories owned by your account will be closed.
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. aq3d aq3d Public

    Python 9

  2. ilid ilid Public

    Industrial Language-Image Dataset (ILID), a web-crawled dataset containing language-image samples from various web catalogs, representing parts/components from the industrial domain.

    Python 17 2

  3. industrial-clip industrial-clip Public

    Code for training and evaluation on the "Industrial Language-Image Dataset (ILID)".

    Python 10

  4. nonlinear-dynamics nonlinear-dynamics Public

    Cheat sheet for the lecture Nonlinear Dynamics at the Hamburg University of Technology. Content is mostly from Strogatz, S.H. (2018), Nonlinear dynamics and chaos with applications to physics, biol…

    2

  5. Read e57 (point clouds + images) fil... Read e57 (point clouds + images) files exported with Leica Cyclone FIELD 360 (tested with Leica BLK360 G2)
    1
    import numpy as np
    2
    import pye57
    3
    import cv2
    4
    import open3d as o3d
    5
    from pyquaternion import Quaternion
  6. supervoxel-for-3d-point-clouds supervoxel-for-3d-point-clouds Public

    Forked from yblin/Supervoxel-for-3D-point-clouds

    Supervoxel segmentation (BPSS, VCCS, VCCS_KNN) for 3D point clouds

    C++