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

Depth order question #10

Closed
jbkarle opened this issue Oct 23, 2020 · 6 comments
Closed

Depth order question #10

jbkarle opened this issue Oct 23, 2020 · 6 comments
Labels
question Further information is requested

Comments

@jbkarle
Copy link

jbkarle commented Oct 23, 2020

Hi,
I need not the real depth but the order of the different depths. in your paper you mention ..." For people of different scales, the people with greater scale are in the front. For people of similar scale, the people with greater center confidence are in the front"...
My doubt is how you classify "different scales" & "similar scales".
(Maybe you have already coded that issue when selecting the rendering order of the different masks/meshs; if so could you point where that code is?)
Many Thanks in advance!

@Arthur151
Copy link
Owner

Good question! Thanks for your interest in our work!
As we all know, we estimate the 3-dim parameters of a weak-perspective camera model for 3D-to-2D projection and use 2D pose for supervision. The 3-dim camera parameters correspond to the scale, x-axis and y-axis translation of people in 2D images. We use the estimated scale with a distinguishable threshold to determine the "different scales" & "similar scales". Actually, in real cases, the center confidence is sufficient to determine the depth order of the crowd.

@jbkarle
Copy link
Author

jbkarle commented Oct 24, 2020

Thanks for the quick response & valuable comments!. Great work!

@Arthur151 Arthur151 added the question Further information is requested label Oct 27, 2020
@nicolasugrinovic
Copy link

Hi,
It is quite interesting that the model can give a depth order in this (implicit?) way! That info is valuable for the reconstruction.
Regarding this same issue. Can we recover the actual 3D scene depth with your model? From this cam parameters can we get the actual (estimated) absolute translation (x,y,z in 3D space) of each person in the scene?

@Arthur151
Copy link
Owner

Thanks for your interests!
Given the specific intrinsic and extrinsic matrix of a camera, maybe we can convert the estimated weak-perspective camera parameters into the absolute translation you expected.
We are working on a higher version that will directly give you the absolute translation of each person.
I believe it will fit your request. And we hope it can be released soon.

@Arthur151
Copy link
Owner

Of course, it is realy hard to drive the intrinsic matrix from the in-the-wild image. Therefore, weare able to estimate the 'relative' absolute translation, instead of the real one.
The new version use the perspective camera.

@HuiliCui
Copy link

Hi,where can I get the 'relative' translation?

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

No branches or pull requests

4 participants