flymin commited on
Commit
0818b84
·
verified ·
1 Parent(s): c3b6a01

Add dataset README

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - magicdrive
5
+ - street-view-generation
6
+ - autonomous-driving
7
+ - release-assets
8
+ - video-generation
9
+ pretty_name: MagicDrive GitHub Release Assets
10
+ ---
11
+
12
+ # MagicDrive GitHub Release Assets
13
+
14
+ This dataset repository stores release assets for [cure-lab/MagicDrive](https://github.com/cure-lab/MagicDrive), the official implementation of **MagicDrive: Street View Generation with Diverse 3D Geometry Control**.
15
+
16
+ It also includes release assets associated with the MagicDrive video-generation branch: [cure-lab/MagicDrive/tree/video](https://github.com/cure-lab/MagicDrive/tree/video).
17
+
18
+ ## Contents
19
+
20
+ - `nuscenes_mmdet3d_2.tar.gz`
21
+ - `SDv1.5mv-rawbox-t_2023-12-04_17-51_2.0t_0.4.3E4-S77040.zip`
22
+ - `SDv1.5mv-rawbox_2023-09-07_18-39_224x400.zip`
23
+ - `224x400 validaiton set generation/224x400.tar`
24
+ - `224x400 validaiton set generation/224x400map0.tar`
25
+ - `nuScenes_from_asap/adv_12Hz.tar`
26
+ - `nuScenes_from_asap/interp_12Hz.tar`
27
+ - `nuScenes_from_asap/nuscenes_interp_12Hz_infos_track2_eval.pkl`
28
+ - `nuScenes_from_asap/nuscenes_interp_12Hz_infos_track2_eval_long.pkl`
29
+
30
+ ## Source Repositories
31
+
32
+ - Main MagicDrive repository: <https://github.com/cure-lab/MagicDrive>
33
+ - MagicDrive video branch: <https://github.com/cure-lab/MagicDrive/tree/video>
34
+
35
+ ## Notes
36
+
37
+ This repository is intended as a convenient Hugging Face mirror/archive for MagicDrive release assets. For code, setup instructions, citations, and upstream documentation, please refer to the original MagicDrive GitHub repository and its `video` branch.