forked from Charmve/OccNet-Course
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
89 lines (81 loc) · 2.67 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[submodule "lift-splat-shoot"]
path = code/LSS
url = https://github.com/nv-tlabs/lift-splat-shoot
[submodule "BEVDet"]
path = code/BEVDet
url = https://github.com/HuangJunJie2017/BEVDet
[submodule "MonoScene"]
path = code/MonoScene
url = https://github.com/astra-vision/MonoScene
[submodule "BEVDepth"]
path = code/BEVDepth
url = https://github.com/Megvii-BaseDetection/BEVDepth
[submodule "BEVStereo"]
path = code/BEVStereo
url = https://github.com/Megvii-BaseDetection/BEVStereo
[submodule "BEVerse"]
path = code/BEVerse
url = https://github.com/zhangyp15/BEVerse
[submodule "BEVFormer"]
path = code/BEVFormer
url = https://github.com/fundamentalvision/BEVFormer
[submodule "CUDA-BEVFusion/bevfusion"]
path = code/CUDA-BEVFusion
url = https://github.com/mit-han-lab/bevfusion
[submodule "PETR"]
path = code/PETR
url = https://github.com/megvii-research/PETR
[submodule "TPVFormer"]
path = code/tpvformer
url = https://github.com/wzzheng/tpvformer
[submodule "OccFormer"]
path = code/OccFormer
url = https://github.com/zhangyp15/OccFormer
[submodule "OccNeRF"]
path = code/OccNeRF
url = https://github.com/LinShan-Bin/OccNeRF
[submodule "Sparse4D"]
path = code/Sparse4D
url = https://github.com/HorizonRobotics/Sparse4D
[submodule "FB-BEV"]
path = code/FB-BEV
url = https://github.com/NVlabs/FB-BEV
[submodule "UniAD"]
path = code/UniAD
url = https://github.com/OpenDriveLab/UniAD
[submodule "SurroundOcc"]
path = dataset/SurroundOcc
url = https://github.com/weiyithu/SurroundOcc
[submodule "Occ3D"]
path = dataset/Occ3D
url = https://github.com/Tsinghua-MARS-Lab/Occ3D
[submodule "OpenScene"]
path = dataset/OpenScene
url = https://github.com/OpenDriveLab/OpenScene
[submodule "OpenOccupancy"]
path = dataset/OpenOccupancy
url = https://github.com/JeffWang987/OpenOccupancy
[submodule "Deformable-DETR"]
path = code/Deformable-DETR
url = https://github.com/fundamentalvision/Deformable-DETR
[submodule "detr3d"]
path = code/detr3d
url = https://github.com/WangYueFt/detr3d
[submodule "Swin-Transformer"]
path = code/Swin-Transformer
url = https://github.com/microsoft/Swin-Transformer
[submodule "ViT"]
path = code/vit-pytorch
url = https://github.com/lucidrains/vit-pytorch
[submodule "MAE"]
path = code/mae
url = https://github.com/facebookresearch/mae
[submodule "QNN"]
path = code/QNN
url = https://github.com/Charmve/QNN
[submodule "Lite"]
path = code/Lite
url = https://github.com/Charmve/Lite
[submodule "vision_module"]
path = code/vision_takes_all
url = https://github.com/Charmve/vision_takes_all