Skip to content
View matt-sharp's full-sized avatar
🏃‍♂️
Working from home
🏃‍♂️
Working from home
  • Socratic Responses Limited
  • London

Block or report matt-sharp

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
18 stars written in Python
Clear filter

The uncompromising Python code formatter

Python 41,294 2,703 Updated Jan 10, 2026

Official implementations for paper: Anydoor: zero-shot object-level image customization

Python 4,210 374 Updated Apr 8, 2024

Scaled-YOLOv4: Scaling Cross Stage Partial Network

Python 2,030 569 Updated Nov 3, 2024

[NeurIPS 2023] MotionGPT: Human Motion as a Foreign Language, a unified motion-language generation model using LLMs

Python 1,837 134 Updated Jul 1, 2025

Set of methods to ensemble boxes from different object detection models, including implementation of "Weighted boxes fusion (WBF)" method.

Python 1,809 239 Updated Jan 10, 2023

Object Detection Metrics. 14 object detection metrics: mean Average Precision (mAP), Average Recall (AR), Spatio-Temporal Tube Average Precision (STT-AP). This project supports different bounding b…

Python 1,155 225 Updated Aug 29, 2025

Fast and accurate object detection with end-to-end GPU optimization

Python 902 268 Updated Sep 29, 2021

[CVPR 2023] Executing your Commands via Motion Diffusion in Latent Space, a fast and high-quality motion diffusion model

Python 703 63 Updated Jul 11, 2023

A Pytorch Knowledge Distillation library for benchmarking and extending works in the domains of Knowledge Distillation, Pruning, and Quantization.

Python 653 61 Updated Mar 1, 2023

This repository allows you to get started with training a state-of-the-art Deep Learning model with little to no configuration needed! You provide your labeled dataset or label your dataset using o…

Python 651 128 Updated Jul 12, 2023

Official code of the paper "Align Deep Features for Oriented Object Detection"

Python 392 92 Updated Dec 15, 2024

Draw bounding boxes on raw images based on YOLO format annotation. Help to check the correctness of annotation and extract the images with wrong boxes.

Python 99 36 Updated Jul 12, 2024

Streamlit tool to explore coco datasets

Python 89 14 Updated Apr 13, 2022

A python script to draw bounding boxes on ground truth and detections for YOLO styled annotations and VOC too.

Python 14 3 Updated Nov 30, 2021
Python 4 Updated May 19, 2021

Generally, we can draw bounding boxes using the coordinates given as X_min, Y_min , X_max, Y_max OR X, Y ,W, H, but when these coordinates are normalizes to the scale of 0-1 ( for ex, images annota…

Python 4 1 Updated Sep 28, 2020