Advertisement
Guest User

OpenCV traincascade error!

a guest
Aug 23rd, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. mohammad@ThinkPad-Xenial:~$ opencv_traincascade -data /home/mohammad/Documents/xm -vec /home/mohammad/Documents/pos.vec -bg /home/mohammad/Documents/bg.txt -numStages 20 -minHitRate 0.999 -maxFalseAlarmRate 0.5 -numPos 9 -numNeg 600 -w 24 -h 24 -mode ALL -precalcValBufSize 1024 -precalcIdxBufSize 1024
  2. PARAMETERS:
  3. cascadeDirName: /home/mohammad/Documents/xm
  4. vecFileName: /home/mohammad/Documents/pos.vec
  5. bgFileName: /home/mohammad/Documents/bg.txt
  6. numPos: 9
  7. numNeg: 600
  8. numStages: 20
  9. precalcValBufSize[Mb] : 1024
  10. precalcIdxBufSize[Mb] : 1024
  11. acceptanceRatioBreakValue : -1
  12. stageType: BOOST
  13. featureType: HAAR
  14. sampleWidth: 24
  15. sampleHeight: 24
  16. boostType: GAB
  17. minHitRate: 0.999
  18. maxFalseAlarmRate: 0.5
  19. weightTrimRate: 0.95
  20. maxDepth: 1
  21. maxWeakCount: 100
  22. mode: ALL
  23. Number of unique features given windowSize [24,24] : 261600
  24.  
  25. ===== TRAINING 0-stage =====
  26. <BEGIN
  27. POS count : consumed 9 : 9
  28. NEG count : acceptanceRatio 600 : 1
  29. Precalculation time: 15
  30. +----+---------+---------+
  31. | N | HR | FA |
  32. +----+---------+---------+
  33. | 1| 1| 0|
  34. +----+---------+---------+
  35. END>
  36. Training until now has taken 0 days 0 hours 0 minutes 17 seconds.
  37.  
  38. ===== TRAINING 1-stage =====
  39. <BEGIN
  40. POS count : consumed 9 : 9
  41. NEG count : acceptanceRatio 600 : 0.0310174
  42. Precalculation time: 15
  43. +----+---------+---------+
  44. | N | HR | FA |
  45. +----+---------+---------+
  46. | 1| 1| 1|
  47. +----+---------+---------+
  48. | 2| 1|0.00166667|
  49. +----+---------+---------+
  50. END>
  51. Training until now has taken 0 days 0 hours 0 minutes 37 seconds.
  52.  
  53. ===== TRAINING 2-stage =====
  54. <BEGIN
  55. POS count : consumed 9 : 9
  56. NEG count : acceptanceRatio 600 : 0.0102443
  57. Precalculation time: 15
  58. +----+---------+---------+
  59. | N | HR | FA |
  60. +----+---------+---------+
  61. | 1| 1| 0|
  62. +----+---------+---------+
  63. END>
  64. Training until now has taken 0 days 0 hours 0 minutes 56 seconds.
  65.  
  66. ===== TRAINING 3-stage =====
  67. <BEGIN
  68. POS count : consumed 9 : 9
  69. NEG count : acceptanceRatio 600 : 7.1706e-06
  70. Precalculation time: 6
  71. +----+---------+---------+
  72. | N | HR | FA |
  73. +----+---------+---------+
  74. | 1| 1| 0|
  75. +----+---------+---------+
  76. END>
  77. Training until now has taken 0 days 0 hours 50 minutes 58 seconds.
  78.  
  79. ===== TRAINING 4-stage =====
  80. <BEGIN
  81. POS count : consumed 9 : 9
  82. Train dataset for temp stage can not be filled. Branch training terminated.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement