Click here to Skip to main content
15,923,168 members

Comments by Dango123 (Top 2 by date)

Dango123 4-Jul-14 3:47am View    
Hi, what do you mean by replace the string? because i need to replace values in a specific line and location in the python script.

Example : Line 86,

CropFace(image, eye_left=(34,51), eye_right=(50,52), offset_pct=(0.3,0.3), dest_sz=(92,112)).save("C:\\Users\\L31101\\Desktop\\testcrop.jpg")

Im changing the coordinates for eye_left=(x,x) and eye_right=(x,x).
Dango123 1-Jul-14 23:03pm View    
Hi, i am trying to get the coordinates(int) that i selected in my face recognition program and input them into textbox then the python script will run and input the values of the coordinates into python script so that i can do the cropping/aligning of images.