Commit 444f42eb authored by Davis King's avatar Davis King

Clarified a comment.

parent 90bc0180
...@@ -118,7 +118,8 @@ int main() ...@@ -118,7 +118,8 @@ int main()
work. However, to understand this example, all you need to know is that the work. However, to understand this example, all you need to know is that the
feature extractor associates a vector with each location in an image. This feature extractor associates a vector with each location in an image. This
vector is supposed to capture information which describes how parts of the vector is supposed to capture information which describes how parts of the
image look in a way that is relevant to the problem you are trying to solve. image look. Importantly, it should do this in a way that is relevant to the
problem you are trying to solve.
2. A detection template. This is a rectangle which defines the shape of a 2. A detection template. This is a rectangle which defines the shape of a
sliding window (the object_box), as well as a set of rectangles which sliding window (the object_box), as well as a set of rectangles which
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment