Everytime I run the command opencv_createsamples
, I am hit with this error. I know that I need to run opencv
from the src but I am not sure how to fully do so. Can somebody give me a detailed and simplified explanation of how I would go about this?
Asked
Active
Viewed 2,357 times
2

vvvvv
- 25,404
- 19
- 49
- 81

unidentifiedtactical
- 29
- 2
-
1Yes, you are right. This problem also mentioned [here](https://answers.opencv.org/question/194966/opencv_createsamples-is-not-recognized-as-an-internal-or-external-command/). You can follow [this tutorial series](https://pythonprogramming.net/haar-cascade-object-detection-python-opencv-tutorial/). I think the solution to your problem is inside those tutorials. – Yunus Temurlenk May 23 '20 at 20:03
-
1Nope it does not work, there is noting there – Shubh Patni Jul 14 '20 at 17:20
-
Which python version are you using? – Prabhat Sutar Aug 06 '20 at 11:00