Skip to content

Instantly share code, notes, and snippets.

View hslyu's full-sized avatar

Hyeonsu Lyu hslyu

View GitHub Profile
@hslyu
hslyu / PY-Drawing3D.ipynb
Created July 25, 2021 10:38 — forked from WetHat/PY-Drawing3D.ipynb
Matplotlib: 3D Arrows and 3D Annotations
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import argparse
def get_parser():
parser = argparse.ArgumentParser(description="Extract bounding boxes using Detectron2",
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
parser.add_argument(
"--config-file",
default="/home/appuser/detectron2_repo/configs/COCO-Detection/faster_rcnn_R_101_FPN_3x.yaml",
metavar="FILE",
help="path to config file",
)
@hslyu
hslyu / tmux.md
Last active October 16, 2022 06:37 — forked from andreyvit/tmux.md
tmux cheatsheet

tmux cheat sheet

(C-x means ctrl+x, M-x means alt+x)

TL;DR

# remap prefix to Control + a
set -g prefix C-a