Skip to content

Instantly share code, notes, and snippets.

View BaeSungHyun's full-sized avatar

SHB BaeSungHyun

View GitHub Profile
@GerardMaggiolino
GerardMaggiolino / dataset_converter.py
Last active February 8, 2024 12:36
Yamaha-CMU Off-Road Dataset Converter to ADE20K Format
import glob
import pdb
import os
import shutil
from collections import OrderedDict
import cv2
import numpy as np