D-FINE: Redefine Regression Task of DETRs as Fine-grained Distribution Refinement [ICLR 2025 Spotlight]
Inference and fine-tuning examples for vision models from 🤗 Transformers
D-FINE: SoTA Object Detection model custom training/exporting/inferencing pipeline from scratch
Plug-and-Play Custom Parsers for AI Models in NVIDIA DeepStream SDK. Supported YOLOv11, D-FINE, SCRFD model.
#计算机科学#Mono repo with sinapsis templates for object detection
D-FINEをGoogle Colaboratory上で訓練しONNXのファイルをエクスポートするサンプル
D-FINEのPythonでのONNX推論サンプル
DEIMをGoogle Colaboratory上で訓練しONNXのファイルをエクスポートするサンプル
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 bo...
DEIMのPythonでのONNX推論サンプル
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 s...