diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-05-22 10:26:37 +0200 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-05-22 10:26:37 +0200 |
commit | 6daf8036c1342899196b2f7830ae5a18f0918d07 (patch) | |
tree | 5fd16a7323f9a4565ff16d47da82449f762f9908 /doc/dui.md | |
parent | 4eaf61db971fde2a7d2d9fe2e8bb4022554724da (diff) |
*file in wrong dir fixed
Diffstat (limited to 'doc/dui.md')
-rw-r--r-- | doc/dui.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -494,7 +494,7 @@ Most shape based recognition methods are more complex than using a color based d ## Traffic Sign Recognition (TSR) After traffic sign detection or tracking, traffic sign recognition is performed to classify the detected traffic signs into correct classes. -![signs example](img/signs.png) +![signs example](../assets/signs.png) ### Binary tree The binary-tree-based classification method usually classify traffic signs according to the shapes and colors in a coarse-to-fine tree process. |