Skip to content

Commit

Permalink
fixing wrong model sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPuttemans committed Feb 1, 2015
1 parent 97aa8d3 commit 9944f46
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/haarcascades/haarcascade_fullbody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ Thanks to Martin Spengler, ETH Zurich, for providing the demo movie.
<opencv_storage>
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
<featureType>HAAR</featureType>
<height>14</height>
<width>28</width>
<height>28</height>
<width>14</width>
<stageParams>
<maxWeakCount>107</maxWeakCount></stageParams>
<featureParams>
Expand Down
4 changes: 2 additions & 2 deletions data/haarcascades/haarcascade_lowerbody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ Thanks to Martin Spengler, ETH Zurich, for providing the demo movie.
<opencv_storage>
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
<featureType>HAAR</featureType>
<height>19</height>
<width>23</width>
<height>23</height>
<width>19</width>
<stageParams>
<maxWeakCount>89</maxWeakCount></stageParams>
<featureParams>
Expand Down
4 changes: 2 additions & 2 deletions data/haarcascades/haarcascade_smile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<opencv_storage>
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
<featureType>HAAR</featureType>
<height>36</height>
<width>18</width>
<height>18</height>
<width>36</width>
<stageParams>
<maxWeakCount>53</maxWeakCount></stageParams>
<featureParams>
Expand Down
4 changes: 2 additions & 2 deletions data/haarcascades/haarcascade_upperbody.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ Thanks to Martin Spengler, ETH Zurich, for providing the demo movie.
<opencv_storage>
<cascade type_id="opencv-cascade-classifier"><stageType>BOOST</stageType>
<featureType>HAAR</featureType>
<height>22</height>
<width>18</width>
<height>18</height>
<width>22</width>
<stageParams>
<maxWeakCount>152</maxWeakCount></stageParams>
<featureParams>
Expand Down

0 comments on commit 9944f46

Please sign in to comment.