OpenCV haartraining: Mergevec error: Input file does not exist or not readable

后端 未结 2 2012
迷失自我
迷失自我 2021-01-26 09:14

Following this tutorial, I\'ve created my positive samples but need to merge them now, using mergevec. I downloaded the mergevec.exe binary file provided and got the two require

2条回答
  •  既然无缘
    2021-01-26 09:42

    I ran into this issue as well and made a python utility that combines .vec files to avoid installing openCV again: https://github.com/wulfebw/mergevec

    Hope it helps.

提交回复
热议问题