Releases: patel-zeel/garuda
Releases · patel-zeel/garuda
v0.0.5
v0.0.4
from garuda.ops import obb_iou
function is implemented as numpy variant ofprobiou
inultralytics
. However,obb_iou
works more like theiou
function ofsupervision
i.e. givenn
ground truth boxes andm
predicted boxes, it will returnnxm
IoU matrix, unlikeultralytics
probiou which takesn
ground truth boxes,n
predicted boxes and returns their one-to-one IoU vector of sizen
.- Added
from garuda.od import ConfusionMatrix
pipeline for computing confusion matrix for OBB detection. This is heavily inspired by ConfusionMatrix fromsupervision
.
v0.0.3
- Added label-studio CSV to YOLO OBB conversion functions
- Added bulk operations
- Save all labels in YOLO OBB format to a directory from a label-studio CSV
- Read all labels in YOLO OBB, convert them to YOLO AA, and save them to a new directory
- Added testing for README snippets
v0.0.2
Initial release
- Added basic functionality and populated README with useful information.