Skip to content

Commit 6e26ea7

Browse files
kosuke55badai-nguyen
authored andcommitted
use $
Signed-off-by: kosuke55 <kosuke.tnp@gmail.com> fix Signed-off-by: kosuke55 <kosuke.tnp@gmail.com>
1 parent 9d7812c commit 6e26ea7

File tree

1 file changed

+13
-13
lines changed
  • evaluator/perception_online_evaluator

1 file changed

+13
-13
lines changed

evaluator/perception_online_evaluator/README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ Counts the number of detections for each object class within the specified detec
9898

9999
![detection_counts](./images/detection_counts.drawio.svg)
100100

101-
In the provided illustration, the range \( R \) is determined by a combination of lists of radii (e.g., \( r_1, r_2, \ldots \)) and heights (e.g., \( h_1, h_2, \ldots \)).
101+
In the provided illustration, the range $R$ is determined by a combination of lists of radii (e.g., $r_1, r_2, \ldots$) and heights (e.g., $h_1, h_2, \ldots$).
102102
For example,
103103

104-
- the number of CAR in range \( R = (r_1, h_1) \) equals 1
105-
- the number of CAR in range \( R = (r_1, h_2) \) equals 2
106-
- the number of CAR in range \( R = (r_2, h_1) \) equals 3
107-
- the number of CAR in range \( R = (r_2, h_2) \) equals 4
104+
- the number of CAR in range $R = (r_1, h_1)$ equals 1
105+
- the number of CAR in range $R = (r_1, h_2)$ equals 2
106+
- the number of CAR in range $R = (r_2, h_1)$ equals 3
107+
- the number of CAR in range $R = (r_2, h_2)$ equals 4
108108

109109
#### Total Object Count
110110

@@ -118,10 +118,10 @@ $$
118118

119119
where:
120120

121-
- \( \bigcup \) represents the union across all frames from \( t = 0 \) to \( T\_{\text{now}} \), which ensures that each uuid is counted only once.
122-
- \( \text{class}(t, \text{uuid}) = C \) specifies that the object with uuid at time \( t \) belongs to class \( C \).
123-
- \( \text{position}(t, \text{uuid}) \in R \) indicates that the object with uuid at time \( t \) is within the specified range \( R \).
124-
- \( \left| \{ \ldots \} \right| \) denotes the cardinality of the set, which counts the number of unique uuids that meet the class and range criteria across all considered times.
121+
- $\bigcup$ represents the union across all frames from $t = 0$ to $T_{\text{now}}$, which ensures that each uuid is counted only once.
122+
- $\text{class}(t, \text{uuid}) = C$ specifies that the object with uuid at time $t$ belongs to class $C$.
123+
- $\text{position}(t, \text{uuid}) \in R$ indicates that the object with uuid at time $t$ is within the specified range $R$.
124+
- $\left| \{ \ldots \} \right|$ denotes the cardinality of the set, which counts the number of unique uuids that meet the class and range criteria across all considered times.
125125

126126
#### Average Object Count
127127

@@ -135,8 +135,8 @@ $$
135135

136136
where:
137137

138-
- \( N \) represents the total number of frames within the time period time to \( T\_{\text{now}} \) (it is precisely `detection_count_purge_seconds`)
139-
- \(\text{object}\) denotes the number of objects that meet the class and range criteria at time \( t \).
138+
- $N$ represents the total number of frames within the time period time to $T\_{\text{now}}$ (it is precisely `detection_count_purge_seconds`)
139+
- $text{object}$ denotes the number of objects that meet the class and range criteria at time $t$.
140140

141141
#### Interval Object Count
142142

@@ -150,8 +150,8 @@ $$
150150

151151
where:
152152

153-
- \( W \) represents the total number of frames within the last `objects_count_window_seconds`.
154-
- \( T_W \) represents the time window `objects_count_window_seconds`
153+
- $W$ represents the total number of frames within the last `objects_count_window_seconds`.
154+
- $T_W$ represents the time window `objects_count_window_seconds`
155155

156156
## Inputs / Outputs
157157

0 commit comments

Comments
 (0)