Setting Up PyVision, FaceL on Ubuntu
Last week, I had some works to experiment with PyVision. It was the FaceL demo that I found on YouTube that made me interested in it. FaceL is a fun and easy tool to train and label faces. Since my works involve computer vision and things like that I decided to try it out. FaceL is developed with Python using various open-source computer vision and Python libraries. http://sourceforge.net/apps/mediawiki/pyvision/index.php?title=FaceL:_Facile_Face_Labeling And its distributed with PyVision source. So I needed to download PyVision...
Read More