bernard357 / no-picture-camera

Raspberry Pi with camera and OpenCV, a better solution than CCTV
Apache License 2.0
8 stars 9 forks source link

Information #4

Open achour11 opened 7 years ago

achour11 commented 7 years ago

Hi Bernard;

Sorry for writing you in french language earlier, I didn't know that the only language used to cummunicate on GitHub is English

Well, I'm contacting you because of a little problem that I've got after compiling your source code "smart-video-counter" Indeed, I got an error at line 8 ""from imutils.object_detection import non_max_suppression" quoting that the package or library isn't defined.

Then , i've made some researches on Web, I found a source that suggesting me to instal a set of softwares to do so. This is a link to the source " https://media.readthedocs.org/pdf/imutils/latest/imutils.pdf").

Well, hope my question is clear, nevertheless, I hope that you understand my worries and eventually letting me know if you have a solution (it would even be nice if you explain me the different 'import ' that you did use).

Thanks so much in advance.

Best Regards Achour

bernard357 commented 7 years ago

Hello Achour, sorry for the late response to you. Normally to install various packages required for the software you have to go to the smart-video-counter directory and type the following:

pip install -r requirements.txt

In other terms, the file requirements.txt is a list of python packages that are required from smart-video-counter. imutils is mentioned in the file, as you can expect.

Many thanks for your interest to the project. Let us know if your issue has been solved, thanks

achour11 commented 7 years ago

Thanks so much Bernard, I will try your solution and eventually let you know the results.

Have a good night.

Best Regards.

Achour.



Achour SILEM M2 SETI - Université Paris Sud Tel: +33 (0) 6 <+33%206%2050%2092%2056%2039>62 47 39 96 Email: achoursilemljc@gmail.com Skype: gentleman07777

2017-02-26 23:21 GMT+01:00 Bernard Paques notifications@github.com:

Hello Achour, sorry for the late response to you. Normally to install various packages required for the software you have to go to the smart-video-counter directory and type the following:

pip install -r requirements.txt

In other terms, the file requirements.txt is a list of python packages that are required from smart-video-counter. imutils is mentioned in the file, as you can expect.

Many thanks for your interest to the project. Let us know if your issue has been solved, thanks

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bernard357/smart-video-counter/issues/4#issuecomment-282593141, or mute the thread https://github.com/notifications/unsubscribe-auth/AYNjZP4cjceIae97va4sXyFNNwfpxwmAks5rgfsHgaJpZM4L3UfB .

bernard357 commented 7 years ago

Achour, the requirements file has just been updated. So you may want to update your environment and check the new version. Enjoy!