jy-zhu commited on
Commit
08e22bc
·
verified ·
1 Parent(s): 400f7f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -1,7 +1,17 @@
 
 
 
 
 
 
 
 
1
  We organize a large-scale dataset composed of a series of object detection datasets to train a more general model named Stable Box Diffusion based on ODGEN.
2
 
3
  We employ 10 datasets including COCO2014, OpenImagesv7, Object365, PasvalVOC2007, PascalVOC2012, ImageNet, RUOD, nuScenes, ADE20K, and BDD100K, which covers about 31 million images and more than 5300 categories of objects. Our Stable Box Diffusion is trained on x24 NVIDIA A6000 GPUs with batch size 96 for 20 epochs. It costs 42 days and more than 24000 GPU hours in total.
4
 
 
 
5
  ```
6
  @misc{zhu2024odgendomainspecificobjectdetection,
7
  title={ODGEN: Domain-specific Object Detection Data Generation with Diffusion Models},
@@ -12,5 +22,4 @@ We employ 10 datasets including COCO2014, OpenImagesv7, Object365, PasvalVOC200
12
  primaryClass={cs.CV},
13
  url={https://arxiv.org/abs/2405.15199},
14
  }
15
- ```
16
-
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - stabilityai/stable-diffusion-2-1
7
+ pipeline_tag: text-to-image
8
+ ---
9
  We organize a large-scale dataset composed of a series of object detection datasets to train a more general model named Stable Box Diffusion based on ODGEN.
10
 
11
  We employ 10 datasets including COCO2014, OpenImagesv7, Object365, PasvalVOC2007, PascalVOC2012, ImageNet, RUOD, nuScenes, ADE20K, and BDD100K, which covers about 31 million images and more than 5300 categories of objects. Our Stable Box Diffusion is trained on x24 NVIDIA A6000 GPUs with batch size 96 for 20 epochs. It costs 42 days and more than 24000 GPU hours in total.
12
 
13
+ ![Visualized Results](results_large.jpg)
14
+
15
  ```
16
  @misc{zhu2024odgendomainspecificobjectdetection,
17
  title={ODGEN: Domain-specific Object Detection Data Generation with Diffusion Models},
 
22
  primaryClass={cs.CV},
23
  url={https://arxiv.org/abs/2405.15199},
24
  }
25
+ ```