Zhuoling98 commited on
Commit
d737dcc
·
verified ·
1 Parent(s): 3886cb4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -5,14 +5,16 @@ license: apache-2.0
5
  # MM-Omni3D
6
 
7
  ## Dataset Description
8
- - **Webpage:** [Dataset Homepage](#)
9
- - **Paper:** [Dataset Repository](#)
10
- - **Code:** [https://github.com/Lizhuoling/UniMODE](#)
 
11
 
12
  ## Dataset Summary
13
  MM-UniMODE is the largest multi-modal 3D object detection dataset. It consists of six datasets, i.e., SUN-RGBD,
14
  ARKitScenes, Objectron, Hypersim, KITTI, and nuScenes. Among them, SUN-RGBD, ARKitScenes, Objectron, and Hypersim are indoor datasets,
15
  while KITTI and nuScenes are outdoor datasets. Besides, Hypersim is a synthesized dataset and the other five datasets are collected from
16
  real scenes by different sensors. The MM-Omni3D dataset consists of a total of 234,152 data samples and is divided into 6 subsets,
17
- each corresponding to a different data scenario as shown in Fig. 1 (e)∼(j). Among these subsets, four are dedicated to indoor object
18
- detection, while the remaining two pertain to outdoor scenes. Each subset is further divided into training, validation, and testing sets.
 
 
5
  # MM-Omni3D
6
 
7
  ## Dataset Description
8
+ - **Webpage:** [Webpage link (to be released)](#)
9
+ - **UniMODE Paper:** [Paper link](https://openaccess.thecvf.com/content/CVPR2024/html/Li_UniMODE_Unified_Monocular_3D_Object_Detection_CVPR_2024_paper.html)
10
+ - **MM-UniMODE Paper:** [Paper link (to be released)](#)
11
+ - **Code:** [Code link](https://github.com/Lizhuoling/UniMODE)
12
 
13
  ## Dataset Summary
14
  MM-UniMODE is the largest multi-modal 3D object detection dataset. It consists of six datasets, i.e., SUN-RGBD,
15
  ARKitScenes, Objectron, Hypersim, KITTI, and nuScenes. Among them, SUN-RGBD, ARKitScenes, Objectron, and Hypersim are indoor datasets,
16
  while KITTI and nuScenes are outdoor datasets. Besides, Hypersim is a synthesized dataset and the other five datasets are collected from
17
  real scenes by different sensors. The MM-Omni3D dataset consists of a total of 234,152 data samples and is divided into 6 subsets,
18
+ each corresponding to a different data scenario. Among these subsets, four are dedicated to indoor object
19
+ detection, while the remaining two pertain to outdoor scenes. Each subset is further divided into training, validation, and testing sets.
20
+ Please download the whole dataset and follow the official Github code repo to understand how to use it.