forked from PaddlePaddle/benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
127 lines (127 loc) · 5.64 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
[submodule "models"]
path = models
url = https://github.com/PaddlePaddle/models.git
branch = develop
[submodule "static_graph/Mask-RCNN/pytorch/maskrcnn-benchmark"]
path = static_graph/Mask-RCNN/pytorch/maskrcnn-benchmark
url = https://github.com/facebookresearch/maskrcnn-benchmark.git
[submodule "static_graph/Detection/pytorch/Detectron"]
path = static_graph/Detection/pytorch/Detectron
url = https://github.com/facebookresearch/Detectron.git
[submodule "third_party/mxnet/gluon-cv"]
path = third_party/mxnet/gluon-cv
url = https://github.com/dmlc/gluon-cv.git
[submodule "third_party/pytorch/vision"]
path = third_party/pytorch/vision
url = https://github.com/pytorch/vision.git
[submodule "third_party/pytorch/examples"]
path = third_party/pytorch/examples
url = https://github.com/pytorch/examples.git
[submodule "static_graph/Detection/pytorch/Detectron-Cascade-RCNN"]
path = static_graph/Detection/pytorch/Detectron-Cascade-RCNN
url = https://github.com/zhaoweicai/Detectron-Cascade-RCNN.git
[submodule "PaddleNLP"]
path = PaddleNLP
url = https://github.com/PaddlePaddle/PaddleNLP.git
branch = develop
[submodule "PaddleClas"]
path = PaddleClas
url = https://github.com/PaddlePaddle/PaddleClas.git
branch = develop
[submodule "PaddleDetection"]
path = PaddleDetection
url = https://github.com/PaddlePaddle/PaddleDetection.git
branch = develop
[submodule "PaddleVideo"]
path = PaddleVideo
url = https://github.com/PaddlePaddle/PaddleVideo.git
branch = develop
[submodule "PaddleSeg"]
path = PaddleSeg
url = https://github.com/PaddlePaddle/PaddleSeg.git
branch = develop
[submodule "PaddleOCR"]
path = PaddleOCR
url = https://github.com/PaddlePaddle/PaddleOCR.git
branch = dygraph
[submodule "PaddleGAN"]
path = PaddleGAN
url = https://github.com/PaddlePaddle/PaddleGAN.git
branch = develop
[submodule "PaddleSpeech"]
path = PaddleSpeech
url = https://github.com/PaddlePaddle/PaddleSpeech.git
branch = develop
[submodule "OtherFrame/video/PyTorch/models/TimeSformer"]
path = OtherFrame/video/PyTorch/models/TimeSformer
url = https://github.com/HydrogenSulfate/TimeSformer.git
[submodule "OtherFrame/nlp/PyTorch/scripts/NLP/gpt/Megatron-LM"]
path = OtherFrame/nlp/PyTorch/models/NLP/gpt/Megatron-LM
url = https://github.com/NVIDIA/Megatron-LM.git
[submodule "OtherFrame/nlp/PyTorch/apex"]
path = OtherFrame/nlp/PyTorch/apex
url = https://github.com/NVIDIA/apex.git
[submodule "OtherFrame/Speech/PyTorch/wenet/models/wenet"]
path = OtherFrame/Speech/PyTorch/wenet/models/wenet
url = https://github.com/wenet-e2e/wenet.git
branch = main
[submodule "OtherFrame/seg/PyTorch/models/mmseg"]
path = OtherFrame/seg/PyTorch/models/mmseg
url = https://github.com/open-mmlab/mmsegmentation.git
[submodule "OtherFrame/clas/mxnet/models/gluon-cv"]
path = OtherFrame/clas/mxnet/models/gluon-cv
url = https://github.com/dmlc/gluon-cv.git
[submodule "OtherFrame/clas/PyTorch/models/mmclassification"]
path = OtherFrame/clas/PyTorch/models/mmclassification
url = https://github.com/open-mmlab/mmclassification.git
[submodule "OtherFrame/clas/PyTorch/models/HRNet-Image-Classification"]
path = OtherFrame/clas/PyTorch/models/HRNet-Image-Classification
url = https://github.com/HRNet/HRNet-Image-Classification.git
[submodule "OtherFrame/clas/PyTorch/models/Twins"]
path = OtherFrame/clas/PyTorch/models/Twins
url = https://github.com/Meituan-AutoML/Twins.git
[submodule "OtherFrame/gan/PyTorch/mmedting/models/mmedi"]
path = OtherFrame/gan/PyTorch/mmedting/models/mmedi
url = https://github.com/open-mmlab/mmediting.git
[submodule "OtherFrame/ocr/PyTorch/models/PSENet"]
path = OtherFrame/ocr/PyTorch/models/PSENet
url = https://github.com/WenmuZhou/PSENet.git
[submodule "OtherFrame/nlp/PyTorch/models/xlnet/transformers"]
path = OtherFrame/nlp/PyTorch/models/xlnet/transformers
url = https://github.com/huggingface/transformers.git
[submodule "OtherFrame/detection/PyTorch/models/jde"]
path = OtherFrame/detection/PyTorch/models/jde
url = https://github.com/nemonameless/jde.git
[submodule "OtherFrame/detection/PyTorch/models/fairmot"]
path = OtherFrame/detection/PyTorch/models/fairmot
url = https://github.com/nemonameless/fairmot.git
[submodule "OtherFrame/Speech/PyTorch/PWGAN/models/Parakeet/PWGAN/ParallelWaveGAN"]
path = OtherFrame/Speech/PyTorch/PWGAN/models/Parakeet/PWGAN/ParallelWaveGAN
url = https://github.com/yt605155624/ParallelWaveGAN.git
[submodule "OtherFrame/detection/PyTorch/models/mmdetection"]
path = OtherFrame/detection/PyTorch/models/mmdetection
url = https://github.com/open-mmlab/mmdetection.git
[submodule "OtherFrame/detection/PyTorch/models/SOLO"]
path = OtherFrame/detection/PyTorch/models/SOLO
url = https://github.com/WXinlong/SOLO.git
[submodule "OtherFrame/detection/PyTorch/models/mmpose"]
path = OtherFrame/detection/PyTorch/models/mmpose
url = https://github.com/open-mmlab/mmpose.git
[submodule "OtherFrame/nlp/PyTorch/models/xlnet"]
path = OtherFrame/nlp/PyTorch/models/xlnet
url = https://github.com/huggingface/transformers.git
branch = develop
[submodule "OtherFrame/gan/PyTorch/fomm/models/fomm"]
path = OtherFrame/gan/PyTorch/fomm/models/fomm
url = https://github.com/lzzyzlbb/first-order-model.git
branch = develop
[submodule "OtherFrame/gan/PyTorch/styleganv2/models/styleganv2"]
path = OtherFrame/gan/PyTorch/styleganv2/models/styleganv2
url = https://github.com/lzzyzlbb/stylegan2-pytorch.git
branch = develop
[submodule "OtherFrame/ocr/PyTorch/models/DB"]
path = OtherFrame/ocr/PyTorch/models/DB
url = https://github.com/LDOUBLEV/DBNet.pytorch.git
[submodule "OtherFrame/ocr/TensorFlow/models/EAST"]
path = OtherFrame/ocr/TensorFlow/models/EAST
url = https://github.com/argman/EAST.git