Thursday, December 16, 2010

Face detection

Source code repository for face detection
http://en.pudn.com/search_db.asp?keyword=face

No comments:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...