Skip to content
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

get the dataset and code of the GT? #17

Closed
ZXin0305 opened this issue Apr 18, 2021 · 1 comment
Closed

get the dataset and code of the GT? #17

ZXin0305 opened this issue Apr 18, 2021 · 1 comment

Comments

@ZXin0305
Copy link

hi,I want to train the model while I do not have the dataset,so could you tell me how can I get it?
And,I don't know what's the formulation meaning:
k = (-1) * np.sqrt(
fx ** 2 * fy ** 2 + fx ** 2 * cy ** 2 - 2 * fx ** 2 * cy * y2d + fx ** 2 * y2d ** 2 +
fy ** 2 * cx ** 2 - 2 * fy ** 2 * cx * x2d + fy ** 2 * x2d ** 2
)

x3d = ((fy * cam_dist * cx) - (fy * cam_dist * x2d)) / k
y3d = ((fx * cy * cam_dist) - (fx * cam_dist * y2d)) / k
z3d = -(fx * fy * cam_dist) / k

return x3d, y3d, z3d

I know it is to get the 3D coordinate in the camera coordinate system,but I can't understand it..Maybe you can give me some suggest
Thank you very much !!!!!

@fabbrimatteo
Copy link
Owner

To download JTA, please follow the instructions reported here.

You can find additional details on the formulation in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants