vggt icon indicating copy to clipboard operation
vggt copied to clipboard

problem about predicting object's real length

Open yjdqk opened this issue 10 months ago • 3 comments

I used the model to predict cattle's world_points,depth_points,camera parameters ,and use selected points to caculate the length between points. The length has large deviation value with the real length. How can I improve it?

yjdqk avatar Jun 24 '25 10:06 yjdqk

Hi,

Our model only predicts the geometry in a normalised space, i.e., do not provide metric based prediction.

jytime avatar Jun 24 '25 23:06 jytime

Hi,

Our model only predicts the geometry in a normalised space, i.e., do not provide metric based prediction.

normalized regarding which scale?

caifazhou avatar Jun 25 '25 00:06 caifazhou

Then, we compute the average Euclidean distance of all 3D points in the point map P to the origin and use this scale to normalize the camera translations t, the point map P, and the depth map D.

jytime avatar Jun 25 '25 00:06 jytime