Skip to content

Instantly share code, notes, and snippets.

View hyxhope's full-sized avatar

A sad joker hyxhope

  • Beihang University.
  • Zhejiang, China
View GitHub Profile
@hyxhope
hyxhope / GTO.py
Created April 21, 2023 07:54 — forked from HViktorTsoi/GTO.py
hilti2022 experiment
import copy
import time
import open3d as o3d
import os
from collections import defaultdict
import numpy as np
import numpy.linalg as LA
import gtsam
import tqdm