esimov / pigo

Fast face detection, pupil/eyes localization and facial landmark points detection library in pure Go.
MIT License
4.39k stars 310 forks source link

web example #35

Closed gerben-b closed 4 years ago

gerben-b commented 4 years ago

Hi,

If I run your web example than I get this error: 2020/04/24 21:51:38 [ERROR] reading next part multipart: NextPart: EOF I must admit that I don't meet the requirements for this example. My python is python3 and my opencv is 4.2. OS is Ubuntu 20.04LTS. I tested as follows

  1. Run: go run main.go -cf "../../cascade/facefinder"
  2. Open URL: localhost:8081/cam in browser
  3. Then this error appears Any ideas? Thanks
esimov commented 4 years ago

This demo has been adapted to Python2 only, Python3 is not yet supported, that's why you are getting the above error.

gerben-b commented 4 years ago

That is what i thought too. Do you have plans to make a python 3 version? I would like that since python 2 is no longer supported.

esimov commented 4 years ago

I might consider it depending on my possibilities, but yes I will take into consideration.

gerben-b commented 4 years ago

Thanks, I look forward to that.