amannirala13 / HAAR-Cascade-Trainer-Linux

🖼️ This is a HAAR Cascade Classifier training GUI application for Linux. This application make it really easy to train classifiers for object detection and tracking using opencv by providing a Graphical user interface to set parameters and perform necessary steps.
https://amannirala13.github.io/HAAR-Cascade-Creator-OpenCV/
MIT License
32 stars 8 forks source link

sh: 1: opencv_createsamples: not found sh: 1: ./dir_gen.sh: not found ERROR: Couldnt train network for some unknown error! #6

Open mbn-code opened 3 years ago

mbn-code commented 3 years ago

info: linux parrot os 4.11.2 debian KDE plasma. Python 3.9.2 Git, Tkinter, OpenCV 3.2.0, LibOpenCV all installed, and working.

Created files before running trainer: 282 photos of differnt positions of the same face, with 99% white background. 100 negative photos differnt body parts and pictures that are not a face.

App settings: sample image: W = 24 sample image: H = 24 sample image usage percent(%) = 100 number of traning stages 10

error: sh: 1: opencv_createsamples: not found sh: 1: ./dir_gen.sh: not found ERROR: Couldnt train network for some unknown error!

Everything working before this error happened.

Muddpuppy commented 3 years ago

Same here. Any resolution yet?

mbn-code commented 2 years ago

Same here. Any resolution yet? I don't think he is going to update it anymore, so it's not going to work until he fixes it or answers people's errors and questions on how to fix them.

amannirala13 commented 2 years ago

@CollinEdward and others, I'm really sorry for this but I couldn't give much time to this project because of my college. This is my final year so was kinda busy with that. I will try to update the project by this weekend. I also welcome you guys could contribute to it too. Really sorry for the inconvenience.

Muddpuppy commented 2 years ago

Thank you Aman! I know this work is time consuming so please know we all appreciate what you have done and continue to do. As far as contributing, I know just enough to break something. Trust me, you don't want my contributions. lol

Thanks again.

On Wed, Nov 3, 2021 at 4:09 PM Aman Nirala @.***> wrote:

@CollinEdward https://github.com/CollinEdward and others, I'm really sorry for this but I couldn't give much time to this project because of my college. This is my final year so was kinda busy with that. I will try to update the project by this weekend. I also welcome you guys could contribute to it too. Really sorry for the inconvenience.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/amannirala13/HAAR-Cascade-Trainer-Linux/issues/6#issuecomment-960071960, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALK4SXASHCK3S773J7LXAILUKGQG7ANCNFSM5BNPQZIQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mbn-code commented 2 years ago

@CollinEdward and others, I'm really sorry for this but I couldn't give much time to this project because of my college. This is my final year so was kinda busy with that. I will try to update the project by this weekend. I also welcome you guys could contribute to it too. Really sorry for the inconvenience.

Hey, thanks, and sorry for me only seeing it now. I am glad that you opened for contributions, and updated it.

ImAli0 commented 2 years ago

@CollinEdward and others, I'm really sorry for this but I couldn't give much time to this project because of my college. This is my final year so was kinda busy with that. I will try to update the project by this weekend. I also welcome you guys could contribute to it too. Really sorry for the inconvenience.

I am having the same issue too. Have you fixed that?