Skip to content

Commit

Permalink
fix: image size
Browse files Browse the repository at this point in the history
Signed-off-by: tzhong518 <[email protected]>
  • Loading branch information
tzhong518 committed Sep 3, 2024
1 parent 1a39999 commit 0163497
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ end
#### Update flashing flag

<div align="center">
<img src="images/flashing_state.png" width=70%>
<img src="images/flashing_state.png" width=50%>
</div>

## Assumptions / Known limits
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For each traffic light roi, hundreds of pixels would be selected and projected i

![image](images/occlusion.png)

If no point cloud is received or all point clouds have very large stamp difference with the camera image, the occlusion ratio of each roi would be set as 0. The signal whose occlusion ratio is larger than max_occlusion_ratio will be set as unknown type.
If no point cloud is received or all point clouds have very large stamp difference with the camera image, the occlusion ratio of each roi would be set as 0. The signal whose occlusion ratio is larger than `max_occlusion_ratio `will be set as unknown type.

## Input topics

Expand Down

0 comments on commit 0163497

Please sign in to comment.