zhangzhengde0225 / CDNet

The tutorials, datasets and source codes of the crosswalk detection (zebra crossing detection) network, which is robust in real scenes and real-time in Jetson nano. cross. detect. pedestrian.
134 stars 28 forks source link

How SSVM works? #7

Closed henryccl closed 2 years ago

henryccl commented 2 years ago

Hey!From the experimental results, we can see that SSVM greatly improves the detection accuracy,Although the flow of the algorithm is described in the text, I still do not quite understand the principle and implementation details of the algorithm. Can you briefly describe how SSVM works? And can you recommend some reference material on SSVM?

sususu1 commented 2 years ago

Hey!From the experimental results, we can see that SSVM greatly improves the detection accuracy,Although the flow of the algorithm is described in the text, I still do not quite understand the principle and implementation details of the algorithm. Can you briefly describe how SSVM works? And can you recommend some reference material on SSVM? hello, u can see the code in CDNet/scripts/post.py which explain SSVM idea clearly

henryccl commented 2 years ago

thank you for answer!