-
Notifications
You must be signed in to change notification settings - Fork 23
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
Question about handdetector module #3
Comments
@shimiaoli |
Sorry, but could I have a question? How do we cancel out
Here, I don't know how to cancel out |
Hi @jakeoung Since we plug in and derive |
Hello @moberweger, |
Hi, @moberweger ,
In handdetector.py module, line 192, while project to 2D:
xstart = int(numpy.floor((com[0] * com[2] / self.fx - size[0] / 2.) / com[2]*self.fx))
Only when I take Zstart = Zcom (=com[2]) , I can derive out the same equation and cancel out ux.
However, I think it should be Zstart = Zcom - size[2]/2 ? Or you have made an approximation Zstart ~= Zcom here ?
Thanks.
The text was updated successfully, but these errors were encountered: