Ask Your Question

Revision history [back]

[OSX] Can't find opencv_createsamples & opencv_traincascade

Hi,

Im running on OSX mojave 10.14.6 and im facing issue that it miss 2 scripts after the opencv's installation ..

After installing opencv from the repo github (https://github.com/opencv/opencv), it installed all apps script except opencv_createsamples & opencv_traincascade ..

How i installed the package :

  1. git clone https://github.com/opencv/opencv
  2. cd opencv
  3. mkdir build
  4. cd build
  5. cmake ..

( i remark on this step, in the opencv/build/apps/ directory, there is no createsample & traincascade folder)

  1. make -j 4
  2. sudo make install

Do you guys know why im facing this issue please ?

Thanks by advance for your help

click to hide/show revision 2
retagged

updated 2019-10-02 00:13:54 -0600

berak gravatar image

[OSX] Can't find opencv_createsamples & opencv_traincascade

Hi,

Im running on OSX mojave 10.14.6 and im facing issue that it miss 2 scripts after the opencv's installation ..

After installing opencv from the repo github (https://github.com/opencv/opencv), it installed all apps script except opencv_createsamples & opencv_traincascade ..

How i installed the package :

  1. git clone https://github.com/opencv/opencv
  2. cd opencv
  3. mkdir build
  4. cd build
  5. cmake ..

( i remark on this step, in the opencv/build/apps/ directory, there is no createsample & traincascade folder)

  1. make -j 4
  2. sudo make install

Do you guys know why im facing this issue please ?

Thanks by advance for your help