-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i'm gettig an issue while running the script #1
Comments
#!/usr/bin/env python get x,y,z coords from out image pixels coordsi,j are pixel coordsfaceIdx is face numberfaceSize is edge lengthdef outImgToXYZ(i, j, faceIdx, faceSize):
convert using an inverse transformationdef convertFace(imgIn, imgOut, faceIdx):
imgIn = Image.open(sys.argv[1]) FACE_NAMES = { |
File "./app.py", line 240, in convertBack
A = inPix[ui % inSize[0],clip(vi,0,inSize[1]-1)]
TypeError: an integer is required
The text was updated successfully, but these errors were encountered: