AI & ML interests

Deep Research , Multi-Agent Systems , Bio Informatics , Data Processing , Statistical Analyses , Medical Research

dronefreakΒ 
posted an update about 18 hours ago
view post
Post
48
πŸš€ Open-sourcing the KITTI Object Detection Model Zoo on Hugging Face.

- πŸ€– 12 models: YOLOv8, YOLOv9, YOLO11 and YOLO26, from nano/tiny up to x-large.
- πŸš— Street-scene detection: cars, cyclists, pedestrians, vans, trucks and more, in KITTI's ultra-wide frames.
- πŸ“Š Model cards with metrics, per-class results, curves, showcases, a demo video and full configs.

Headline numbers:
- πŸ† Best mAP@50: 43.73% (YOLO26x). Best mAP@50:95: 26.54% (YOLO26s).
- ⚑ YOLO26n gets 42.54% mAP@50 at just 6.1 GFLOPs, within 1.2 points of YOLO26x at ~34x fewer FLOPs.

Trained and evaluated with DetectionBench: https://github.com/dronefreak/DetectionBench

Dataset credit: Andreas Geiger, Philip Lenz and Raquel Urtasun (CVPR 2012). This is an unofficial YOLO-ready reformat (CC BY-NC-SA 3.0). Metrics are on the validation split, since KITTI has no public test labels.

πŸ“¦ Dataset: dronefreak/KITTI
πŸ€– Collection: dronefreak/kitti-object-detection-model-zoo-6ab4cb94fb08dccf3bde2e8b

Feedback and contributions welcome.
dronefreakΒ 
posted an update 2 days ago
view post
Post
95
πŸš€ Open-sourcing the BDD100K Object Detection Model Zoo on Hugging Face.

- πŸ€– 10 models: YOLOv8/v9/v10/YOLO11/YOLO26 (n/s) and RF-DETR Nano.
- πŸš— Driving-scene detection: 10 classes including traffic lights and signs, across varied weather and lighting.
- πŸ“Š Model cards with metrics, per-class results, curves, showcases, dashcam demo videos and full configs.

Headline numbers:
- πŸ† Best mAP@50: 58.76% (YOLO26s), 33.86% mAP@50:95.
- ⚑ YOLO26n gets 52.25% mAP@50 at 6.1 GFLOPs, ~3.7x fewer than YOLO26s.

Trained and evaluated with DetectionBench: https://github.com/dronefreak/DetectionBench

Dataset credit: Fisher Yu et al. (UC Berkeley, CVPR 2020). It has a non-commercial license, so it is not mirrored; get it from https://www.bdd100k.com/. The "test" split here is BDD100K's official validation set.

πŸ€– Collection: dronefreak/bdd100k-object-detection-model-zoo-6aafc46f2f6c5e4d8676d894

Feedback and contributions welcome.
dronefreakΒ 
posted an update 3 days ago
view post
Post
45
πŸš€ Open-sourcing the UAVDT Object Detection Model Zoo on Hugging Face.

- πŸ€– 18 models: YOLOv8/v9/v10/YOLO11/YOLO26 (n–m) and RF-DETR Nano/Small/Medium.
- 🚁 Drone traffic surveillance: cars, trucks and buses, mostly tiny objects (median box ~0.14% of the image).
- πŸ“Š Model cards with metrics, per-class results, curves, showcases, demo videos and full configs.

Headline numbers:
- πŸ† Best mAP@50: 33.43% (YOLOv26m). Best mAP@50:95: 20.54% (RF-DETR Medium).
- ⚑ YOLOv26s gets 32.98% mAP@50 at 22.8 GFLOPs, ~3.3x fewer than YOLOv26m.

Trained and evaluated with DetectionBench: https://github.com/dronefreak/DetectionBench

Dataset credit: Dawei Du et al. (ECCV 2018). It is research-only, so I don't mirror it; the dataset repo is a guide to the official source.

πŸ“¦ Dataset: dronefreak/UAVDT
πŸ€– Collection: dronefreak/uavdt-object-detection-model-zoo-6aadb3673084702d3ed45ff0

Feedback and contributions welcome.
dronefreakΒ 
posted an update about 2 months ago
view post
Post
433
πŸŒ§οΈβ„οΈ Free demo: remove rain, raindrops, or snow from a photo with a single model

I put together an unofficial demo for **Histoformer** (ECCV 2024, arXiv: 2407.10172), a 16.6M-parameter transformer that handles three different weather degradations, rain streaks, adherent raindrops, and snow, in one unified model. It uses a "histogram self-attention" mechanism that groups pixels by degradation intensity instead of spatial position, which is a
neat way to sidestep the usual spatial-window tradeoffs in restoration transformers.

Try it here, free on ZeroGPU: dronefreak/histoformer-weather-restoration

Upload a photo and get a before/after slider. Two checkpoints available: one tuned for real-world photos, one for the paper's synthetic benchmarks.

Also put together a cleaner, easy-to-use model card with a copy-pasteable Quickstart if you'd rather run it yourself: dronefreak/Histoformer

This is an unofficial demo/mirror, not affiliated with the original authors. All credit for the actual research goes to Shangquan Sun, Wenqi Ren, Xinwei Gao, Rui Wang, and Xiaochun Cao (@sunsean ). Official repo: https://github.com/sunshangquan/Histoformer. Weights are MIT-licensed.

Reported numbers from the paper: 32.1 PSNR on rain+fog (Outdoor-Rain), 33.1 on raindrops, 37.4 / 32.2 on light/heavy snow (Snow100K-S/L).
  • 2 replies
Β·
dronefreakΒ 
posted an update about 2 months ago
view post
Post
2135
πŸš€ Excited to open-source the SeaDronesSee Object Detection Model Zoo on Hugging Face.

This release includes:

- πŸ€– YOLOv8, YOLOv11, YOLOv26 and RF-DETR object detection models trained on SeaDronesSee, spanning nano through x-large YOLO variants plus RF-DETR Nano/Small/Medium.
- 🌊 Benchmarked on SeaDronesSee's maritime search-and-rescue setting β€” swimmers, boats, jet skis, life-saving appliances and buoys captured by UAVs over open water, at varying altitudes and non-uniform image resolutions (1080p up to 4K+).
- πŸ“Š Detailed model cards with mAP/precision/recall, per-class breakdowns, PR/F1 curves and confusion matrices (YOLO), qualitative detection showcases, and full training configurations for reproducibility.

Headline numbers:
- πŸ† Best mAP@50: 83.47% (RF-DETR Medium), 47.49% mAP@50:95, 87.01% precision.
- ⚑ Best efficiency tradeoff: YOLOv26s hits 80.14% mAP@50 at just 22.8 GFLOPs (10.0M params) β€” within ~3 points of the top RF-DETR variant, while actually beating YOLOv11x's 74.82% mAP@50 using ~8.6x fewer FLOPs (196.0 GFLOPs).

The goal is to make benchmarking and experimenting with maritime UAV perception easier by providing ready-to-use pretrained checkpoints, all trained and evaluated under one shared pipeline (DetectionBench: https://github.com/dronefreak/DetectionBench).

Full credit for the underlying dataset goes to Leon Amadeus Varga, Benjamin Kiefer, Martin Messmer, and Andreas Zell (University of TΓΌbingen, WACV 2022) β€” this release is an unofficial, YOLO-ready reformatting of their work (CC0-licensed), not a new dataset.

If you're working on maritime search-and-rescue, UAV perception, autonomous drones, or real-time object detection, I hope these resources are useful.

πŸ“¦ Dataset:
dronefreak/SeaDronesSee

πŸ€– Model Collection: dronefreak/seadronessee-object-detection-model-zoo-6a7b030a25797e5dd2d70123

Feedback, bug reports, and contributions are always welcome.
  • 2 replies
Β·
dronefreakΒ 
posted an update about 2 months ago
view post
Post
1911
πŸš€ Excited to open-source the GWHD Wheat Head Detection Model Zoo on Hugging Face.

This release includes:

- πŸ€– YOLOv8, YOLOv11, YOLOv26 and RF-DETR object detection models trained on GWHD (Global Wheat Head Dataset), spanning nano through x-large variants across both architecture families.
- 🌾 Benchmarked on GWHD's dense, single-class wheat-head detection task β€” ~45 annotated heads per image on average, captured across multiple countries, genotypes, and growth stages, a genuinely hard small/dense-object setting.
- πŸ“Š Detailed model cards with mAP/precision/recall, per-class breakdowns, PR/F1 curves and confusion matrices (YOLO), qualitative detection showcases, and full training configurations for reproducibility.

Headline numbers:
- πŸ† Best mAP@50: 74.25% (YOLOv11x), 34.92% mAP@50:95, 83.37% precision.
- ⚑ Best efficiency tradeoff: YOLOv26s hits 70.49% mAP@50 at just 22.8 GFLOPs (10.0M params) β€” within ~4 points of the top YOewer FLOPs (196.0 GFLOPs).

The goal is to make benchmarking and experimenting with agricultural computer vision easier by providing ready-to-use pretrained checkpoints, all trained and evaluated under one shared pipeline (DetectionBench: https://github.com/dronefreak/DetectionBench).
Full credit for the underlying dataset goes to Etienne David, Mario Serouart, Simon Madec, and the Global Wheat Head Detection 2020/2021) β€” this release is anunofficial, YOLO-ready reformatting of their work, not a new dataset.

If you're working on precision at detection, or just want areproducible detector benchmark, I hope these resources are useful.

πŸ“¦ Dataset:
dronefreak/GWHD

πŸ€– Model Collection: https://huggingface.co/collections/dronefreak/gwhd-wheat-head-detection-model-zoo-6a7aea28b5431918cc46cec1

Feedback, bug reports, and contributions are always welcome.
  • 3 replies
Β·
dronefreakΒ 
posted an update about 2 months ago
view post
Post
932
πŸš€ Excited to open-source the VDD Semantic Segmentation Model Zoo on Hugging Face.

This release includes:

- πŸ€– CABiNet and YOLO26 semantic segmentation models trained on VDD (Varied Drone Dataset), spanning Nano through XLarge YOLO26 variants plus a CABiNet (MobileNetV3-Large) baseline.
- 🌍 Benchmarked on VDD's varied altitudes, viewpoints, and scenes (urban, rural, natural) β€” a more diverse and challenging setting than single-flight UAV footage.
- πŸ“Š Detailed model cards with evaluation metrics, per-class IoU, confusion matrices, qualitative RGB / Ground-Truth / Prediction comparisons, and training configurations for reproducibility.

Headline numbers:
- πŸ† Best mIoU: 78.83% (YOLO26x-sem)
- ⚑ Best efficiency tradeoff: CABiNet-Large hits 77.76% mIoU at just 54.8 GFLOPs β€” within 1-2 points of the top YOLO26 variantO26x's 430.9 GFLOPs)

The goal is to make benchmarking and experimenting with aerial semantic segmentation easier by providing ready-to-use pretraineat, all trained and evaluatedunder one shared pipeline.

If you're working on UAV perception, autonomous drones, robotics, remote sensing, or real-time semantic segmentation, I hope these resources are useful.

πŸ“¦ Dataset: RussRobin/VDD

πŸ€– Model Collection: https://huggingface.co/collections/dronefreak/vdd-semantic-segmentation-model-zoo

Feedback, bug reports, and contributions are always welcome.
dronefreakΒ 
posted an update 3 months ago
view post
Post
4558
πŸš€ Excited to open-source the **UAVid Semantic Segmentation Model Zoo** on Hugging Face.

This release includes:

* πŸ“¦ A **YOLO-compatible mirror** of the UAVid semantic segmentation dataset, preserving the original train/val/test splits while reorganizing the directory structure for plug-and-play use with modern training pipelines.
* πŸ€– Multiple **YOLO26 semantic segmentation models** trained on UAVid, spanning Nano through Medium variants.
* πŸ“Š Detailed model cards with evaluation metrics, per-class IoU, confusion matrices, qualitative results, and training configurations for reproducibility.

The goal is to make benchmarking and experimenting with aerial semantic segmentation easier by providing ready-to-use datasets and pretrained models in a consistent format.

If you're working on UAV perception, autonomous drones, robotics, remote sensing, or real-time semantic segmentation, I hope these resources are useful.

**πŸ“¦ Dataset:** dronefreak/UAVid-2020

**πŸ€– Model Collection:** https://huggingface.co/collections/dronefreak/uavid-semantic-segmentation-model-zoo

Feedback, bug reports, and contributions are always welcome.
dronefreakΒ 
posted an update 3 months ago
view post
Post
3340
Excited to open-source the VisDrone Aerial Object Detection Model Zoo on Hugging Face.

The collection includes multiple YOLO variants trained and evaluated on the VisDrone benchmark for aerial object detection, with accompanying documentation and performance metrics.

If you're working on drones, aerial surveillance, robotics, or small-object detection, I hope these models save you some time.

Model Zoo: https://huggingface.co/collections/dronefreak/visdrone-detection-model-zoo

Feedback, issues, and contributions are welcome.
  • 13 replies
Β·
TonicΒ 
posted an update 5 months ago
view post
Post
3385
πŸ™‹πŸ»β€β™‚οΈ Hey there folks ,

Turns out : if we predict 🌏 earth we can save a lot of time looking for interesting things and less time looking at things that we expect to see.

Sentinel-2 imagery πŸ›°οΈbasically takes a long time to download towards earth. so our "near real time" systems are quite far from that in practical terms.

meanwhile , if we "predict" what we will see , based on what we do see , we can send down much less data in a timely way , and prioritize πŸ“‘earth-bound response .

I'm talking about illegal fishing , logging , mining or building in nature reserves , the more of that we predict early the more we're able to stop it on time.

At least that's the concept !

check out the blog : https://huggingface.co/blog/Tonic/save-patagonia-by-predicting-earth


- Collection: https://huggingface.co/collections/NuTonic/earth-observation-with-temporal-and-general-understanding
- Code: https://github.com/Josephrp/Nutonic
- Dataset: NuTonic/sat-vl-sft-training-ready-v1
- Model: NuTonic/lspace
- Training: NuTonic/lspace-trackio
- Evals: NuTonic/Patagonia_Eval
  • 2 replies
Β·
TonicΒ 
posted an update 5 months ago
view post
Post
4495
πŸ™‹πŸ»β€β™‚οΈ Hey there folks,

since everyone liked my previous announcement post ( https://huggingface.co/posts/Tonic/338509028435394 ) so much , i'm back with more high quality proceedural datasets in the Geospacial domain for SFT training !

Check this one out :
NuTonic/sat-bbox-metadata-sft-v1

the goal is to be able to train vision models on multiple images for remote sensing analysis with one shot .

hope you like it ! πŸš€
  • 2 replies
Β·
TonicΒ 
posted an update 5 months ago
view post
Post
3751
πŸ™‹πŸ»β€β™‚οΈ Hey there folks ,

I'm sharing huggingface's largest dataset of annotated statelite images today.

check it out here : NuTonic/sat-image-boundingbox-sft-full

I hope you like it , the idea is to be able to use this with small vision models πŸš€
TonicΒ 
posted an update 7 months ago
view post
Post
3893
πŸ€” Who would win ?

- a fully subsidized ai lab
OR
- 3 random students named
kurakurai
?

demo : Tonic/fr-on-device

if you like it give the demo a little star and send a shoutout to : @MaxLSB @jddqd and @GAD-cell for absolutely obliterating the pareto frontier of the french language understanding .
  • 4 replies
Β·
TonicΒ 
posted an update 7 months ago
view post
Post
3510
πŸ™‹πŸ»β€β™‚οΈhello my lovelies ,

it is with great pleasure i present to you my working one-click deploy 16GB ram completely free huggingface spaces deployment.

repo : Tonic/hugging-claw (use git clone to inspect)
literally the one-click link : Tonic/hugging-claw

you can also run it locally and see for yourself :

docker run -it -p 7860:7860 --platform=linux/amd64 \
-e HF_TOKEN="YOUR_VALUE_HERE" \
-e OPENCLAW_GATEWAY_TRUSTED_PROXIES="YOUR_VALUE_HERE" \
-e OPENCLAW_GATEWAY_PASSWORD="YOUR_VALUE_HERE" \
-e OPENCLAW_CONTROL_UI_ALLOWED_ORIGINS="YOUR_VALUE_HERE" \
registry.hf.space/tonic-hugging-claw:latest


just a few quite minor details i'll take care of but i wanted to share here first
  • 2 replies
Β·
TonicΒ 
posted an update about 1 year ago