Skip to content

Commit 781076d

Browse files
Added SVM
1 parent 58c4f32 commit 781076d

File tree

11 files changed

+21
-3
lines changed

11 files changed

+21
-3
lines changed
1.91 KB
Binary file not shown.
1.34 KB
Binary file not shown.
197 Bytes
Binary file not shown.
205 KB
Loading

documentation/html/build/html/_sources/index.rst.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ object detection, lane detection, and cone detection. These algorithms are used
4040
understanding of the environment around it. To understand the specifics of these algorithms, please refer to the
4141
documentation.
4242

43+
This documentation is a guide to the perception algorithms which follows the same structure as the Perceptions Library Github repository.
44+
The documentation is divided into two main sections: the perception algorithms and the scripts that are used to run the algorithms.
45+
The perception algorithms section provides a detailed explanation of the algorithms used in the perception stack. The scripts section
46+
provides a detailed explanation of the scripts that are used to run the perception algorithms. For further details about the perception
47+
algorithms, please refer to the github, which has detailed inline comments for each function.
48+
4349
Getting Started
4450
===============
4551

documentation/html/build/html/_sources/perc22a/svm/SVM.rst.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ what the decision boundary is between the 2 colors of cones, we then downsample
2727
all of the cones in the mesh frame as a better center line for the car.
2828

2929
Additionally, we also provide 2 base cones behind the cars original location to provide the SVM with an understanding of color and distance.
30-
After we get the decision boundaries from the SVM, we then use the decision boundaries to improve coloring for our LiDAR algorithm.
30+
After we get the decision boundaries from the SVM, we then use the decision boundaries to improve coloring for our LiDAR algorithm.
31+
32+
.. image :: ../../../../utils/svm.png
33+
:align: center

documentation/html/build/html/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ <h2>What is Perceptions?<a class="headerlink" href="#what-is-perceptions" title=
101101
object detection, lane detection, and cone detection. These algorithms are used to provide the car with a complete
102102
understanding of the environment around it. To understand the specifics of these algorithms, please refer to the
103103
documentation.</p>
104+
<p>This documentation is a guide to the perception algorithms which follows the same structure as the Perceptions Library Github repository.
105+
The documentation is divided into two main sections: the perception algorithms and the scripts that are used to run the algorithms.
106+
The perception algorithms section provides a detailed explanation of the algorithms used in the perception stack. The scripts section
107+
provides a detailed explanation of the scripts that are used to run the perception algorithms. For further details about the perception
108+
algorithms, please refer to the github, which has detailed inline comments for each function.</p>
104109
</section>
105110
<section id="getting-started">
106111
<h2>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this heading"></a></h2>

documentation/html/build/html/perc22a/svm/SVM.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ <h2>How does it work?<a class="headerlink" href="#how-does-it-work" title="Perma
109109
all of the cones in the mesh frame as a better center line for the car.</p>
110110
<p>Additionally, we also provide 2 base cones behind the cars original location to provide the SVM with an understanding of color and distance.
111111
After we get the decision boundaries from the SVM, we then use the decision boundaries to improve coloring for our LiDAR algorithm.</p>
112+
<img alt="../../_images/svm.png" class="align-center" src="../../_images/svm.png" />
112113
</section>
113114
</section>
114115

documentation/html/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

documentation/html/source/perc22a/svm/SVM.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,7 @@ what the decision boundary is between the 2 colors of cones, we then downsample
2727
all of the cones in the mesh frame as a better center line for the car.
2828

2929
Additionally, we also provide 2 base cones behind the cars original location to provide the SVM with an understanding of color and distance.
30-
After we get the decision boundaries from the SVM, we then use the decision boundaries to improve coloring for our LiDAR algorithm.
30+
After we get the decision boundaries from the SVM, we then use the decision boundaries to improve coloring for our LiDAR algorithm.
31+
32+
.. image :: ../../../../utils/svm.png
33+
:align: center

0 commit comments

Comments
 (0)