Repository navigation

#

d-fine

D-FINE: Redefine Regression Task of DETRs as Fine-grained Distribution Refinement [ICLR 2025 Spotlight]

Python
2629
1 个月前
Jupyter Notebook
160
13 天前

D-FINE: SoTA Object Detection model custom training/exporting/inferencing pipeline from scratch

Python
52
9 天前

Plug-and-Play Custom Parsers for AI Models in NVIDIA DeepStream SDK. Supported YOLOv11, D-FINE, SCRFD model.

C++
22
3 个月前

Mono repo with sinapsis templates for object detection

Python
20
15 天前

D-FINEをGoogle Colaboratory上で訓練しONNXのファイルをエクスポートするサンプル

Jupyter Notebook
6
5 个月前
Jupyter Notebook
2
9 个月前

DEIMをGoogle Colaboratory上で訓練しONNXのファイルをエクスポートするサンプル

Jupyter Notebook
2
5 个月前

Object detection is the computer vision task of detecting instances (such as humans, buildings, or cars) in an image. Object detection models receive an image as input and output coordinates of the bounding boxes and associated labels of the detected objects.

Jupyter Notebook
2
3 个月前

D-FINEをカスタムデータセットで学習するプログラム

Jupyter Notebook
0
9 个月前

DEIMのPythonでのONNX推論サンプル

Jupyter Notebook
0
6 个月前

This repository contains the code to run the D-FINE object detection model using ONNX Runtime in a Node.js environment. The script processes an input image, performs inference to detect objects, and saves the image with bounding boxes drawn around the detected objects

JavaScript
0
1 个月前