-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
77 lines (77 loc) · 2.25 KB
/
config.py
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
REPOS={
"attendance-system":{
"refresh":True,
"link":"https://github.com/iitmcvg/attendance-system.git",
"type":"project"
},
"project_2022_23_template":{
"refresh":True,
"link":"https://github.com/iitmcvg/project_2022_23_template.git",
"type":"project"
},
"detection-pipeline":{
"refresh":True,
"link":"https://github.com/iitmcvg/detection-pipeline.git",
"type":"project"
},
"fast-image-classification":{
"refresh":True,
"link":"https://github.com/iitmcvg/Fast-Image-Classification.git",
"type":"project"
},
"drone-redtail":{
"refresh":True,
"link":"https://github.com/iitmcvg/redtail.git",
"type":"project"
},
"uav-imagery":{
"refresh":True,
"link":"https://github.com/iitmcvg/UAV_For_Disaster_Management.git",
"type":"project"
},
"cnn-slam":{
"refresh":True,
"link":"https://github.com/iitmcvg/CNN_SLAM.git",
"type":"project"
},
"holojest":{
"refresh":True,
"link":"https://github.com/iitmcvg/holojest.git",
"type":"project"
},
"super-resolution":{
"refresh":True,
"link":"https://github.com/iitmcvg/Super-Resolution.git",
"type":"project"
},
"pix2pix-mountains":{
"refresh":True,
"link":"https://github.com/iitmcvg/webcam-pix2pix-tensorflow.git",
"type":"project"
},
"cell-segmentation":{
"refresh":True,
"link":"https://github.com/iitmcvg/Cell-Segmentation.git",
"type":"project"
},
"activity-recognition-deep-pose":{
"refresh":True,
"link":"https://github.com/iitmcvg/Activity-Recognition-Deep-Pose.git",
"type":"project"
},
"dockerfiles":{
"refresh":True,
"link":"https://github.com/iitmcvg/workstation.git",
"type":"utils"
},
"ubuntu-setup":{
"refresh":True,
"link":"https://github.com/iitmcvg/Ubuntu-Setup-Scripts.git",
"type":"utils"
},
"raspberry-setup":{
"refresh":True,
"link":"https://github.com/iitmcvg/Raspberry_Setup.git",
"type":"utils"
}
}