Ask Your Question

mit's profile - activity

2014-04-23 04:02:26 -0600 commented question How to call create_csv.py and crop_face.py

Ok please tell me, where should I call it and the syntax. I tried doing it in python command line and typed: python crop_face.py d:/path to the folder, but it gave error as invalid syntax. How should run it after I 've done editing.?

2014-04-23 03:07:00 -0600 commented question How to call create_csv.py and crop_face.py

Do I have to provide the path to csv also in crop_face.py script(http://docs.opencv.org/trunk/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html) in def readFileNames(): try: inFile = open('path_to_created_csv_file.csv') except: raise IOError('There is no file named path_to_created_csv_file.csv in current directory.') return False Also as i have created a folder ,in D drive, containing three folders of the three subjects containing 2 photos each, what editing should be done in the crop_face.py script at the last while calling the function Crop?

2014-04-23 00:10:31 -0600 received badge  Editor (source)
2014-04-22 23:41:00 -0600 asked a question How to call create_csv.py and crop_face.py

I have never worked on python, please if anyone could tell me "how" and "where" to call create_csv.py and crop_face.py. In the python scripts, create_csv.py and crop_face.py, provided in the following link where is the editing needed to be done: (http://docs.opencv.org/trunk/modules/contrib/doc/facerec/tutorial/facerec_video_recognition.html). I have installed python 2.7 and PIL-1.1.7.win-amd64-py2.7. I have read the documentation of face recognition in video using opencv 2.4.8, on which i am working, but there is no syntax provided of how to call these python scripts. Please help.

2014-04-22 07:35:19 -0600 asked a question how run crop_face.py to crop the images

Please anyone help me regarding using the python scripts provided by the opencv. I am working on face recognition in videos using opencv 2.4.8 and microsoft visual studio ultimate 2012. I have created a folder called images , and saved at desktop, containing two photos each of three subjects. Now I have got stuck with the problem of how to use the two python scripts create_csv.py and crop_face.py. Please guide me with a step by step procedure as I am new to it.