HichTala commited on
Commit
c9d3081
·
verified ·
1 Parent(s): 1a4d3ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -6,4 +6,19 @@ datasets:
6
  pipeline_tag: object-detection
7
  ---
8
 
9
- # DiffusionDet
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  pipeline_tag: object-detection
7
  ---
8
 
9
+ # Model Card for DiffusionDet
10
+
11
+ DiffusionDet is a diffusion-based object detection model that formulates object detection as a denoising diffusion process. It iteratively refines noisy box predictions to generate high-quality detection outputs. This approach provides a flexible and unified framework for object detection, offering advantages over traditional proposal-based methods.
12
+
13
+ ## 🔧 Uses
14
+
15
+ You can load and use the model with Hugging Face's transformers or via the original repository.
16
+
17
+ - 📦 [Original GitHub repo](github.com/pierlj/fsdiffusiondet)
18
+ - 🚀 [Few-shot cross-domain adaptation repo](https://github.com/ShoufaChen/DiffusionDet)
19
+
20
+ This model has been adapted for cross-domain few-shot object detection using LoRA (Low-Rank Adaptation).
21
+ 📄 Check out the paper: [LoRA for Cross-Domain Few-Shot Object Detection](https://huggingface.co/papers/2504.06330)
22
+
23
+
24
+