KaiChen1998 commited on
Commit
d24729d
·
verified ·
1 Parent(s): 822e257

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,6 +1,12 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
4
  # nuScenes-time-weather-GeoDiffusion Dataset Card
5
 
6
- nuImages-GeoDiffusion is the official dataset annotation file used to train [GeoDiffusion](https://arxiv.org/abs/2306.04607) on the nuImages dataset. We follow the implementations of [mmdetection3d](https://github.com/open-mmlab/mmdetection3d/blob/main/configs/nuimages/README.md/#introduction), while saving the annotation results in standard COCO format. Check detailed usage in our [Github repo](https://github.com/KaiChen1998/GeoDiffusion).
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-to-image
5
+ tags:
6
+ - layout-to-image
7
+ ---
8
  # nuScenes-time-weather-GeoDiffusion Dataset Card
9
 
10
+ nuScenes-time-weather-GeoDiffusion is the official dataset annotation file used to train [GeoDiffusion](https://arxiv.org/abs/2306.04607) on the nuScenes dataset with time of day (i.e., daytime/night) and weather (i.e., sunny/rain).
11
+ Since the nuImages dataset does not equip with those meta tags, we opt for the nuScenes dataset and generate the 2D bounding box annotations via inference with a [Mask R-CNN](https://github.com/open-mmlab/mmdetection3d/tree/main/configs/nuimages#instance-segmentation) pre-trained on the nuImages dataset, which is then saved in the standard COCO format.
12
+ Check detailed usage in our [Github repo](https://github.com/KaiChen1998/GeoDiffusion).