-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperimental-setup.d2
More file actions
54 lines (45 loc) · 995 Bytes
/
Copy pathexperimental-setup.d2
File metadata and controls
54 lines (45 loc) · 995 Bytes
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
direction: right
title: Experiment Setup {
near: top-center
shape: text
style: {
font-size: 28
bold: true
underline: true
}
}
classes: {
dataset: {
shape: circle
style: {
fill: orange
shadow: false
stroke: orange
}
}
od model: {
shape: rectangle
}
mot model: {
shape: rectangle
style: {
fill: "#aaeeaa"
# opacity: 0.2
}
}
}
PointPillar.class: od model
PV-RCNN.class: od model
PV-RCNN++.class: od model
SimpleTrack.class: mot model
KITTI.class: dataset
nuScenes.class: dataset
# PointPillar -> Preprocess -> SimpleTrack
# PV-RCNN -> Preprocess -> SimpleTrack
# PV-RCNN++ -> Preprocess -> SimpleTrack
KITTI -> Preprocess -> PointPillar -> SimpleTrack
KITTI -> Preprocess -> PV-RCNN -> SimpleTrack
KITTI -> Preprocess -> PV-RCNN++ -> SimpleTrack
nuScenes -> Preprocess -> PointPillar -> SimpleTrack
nuScenes -> Preprocess -> PV-RCNN -> SimpleTrack
nuScenes -> Preprocess -> PV-RCNN++ -> SimpleTrack