Skip to content

Instantly share code, notes, and snippets.

View visionNoob's full-sized avatar
:octocat:
running

visionNoob visionNoob

:octocat:
running
  • South Korea
View GitHub Profile
import argparse
import collections
from functools import reduce, partial
from operator import getitem
from logger import setup_logging
from omegaconf import OmegaConf
class ConfigParser:
import ultralytics
from ultralytics import YOLO
import matplotlib.pyplot as plt
import cv2
import numpy as np
print(ultralytics.__version__)
def crop_obb(image, obb):
""" Crop the Oriented Bounding Box (OBB) """