Qing

Results 8 issues of Qing

Hello, I've implemented your code on my own dataset. However, the d_loss decreases from 10(which equals to lambda) to a very small negative number(like -10000), the wasserstein distance keeps going...

Hi, I'm trying to run the code using temporal basis to model dynamic scenes. The sigma and color output of sigma net and color net are multiplied with time basis...

After several epochs of optimization, there is an error like in this picture. It seems like the error is caused by `beta = self.beta.abs() + self.beta_min`, where I checked the...

Hi, excellent work! VGGT can work on most scenerios. But I found that it can hardly work on a videos that record a rigidly moving handheld object. As shown in...

kaolin.ops.mesh.check_sign decides a point whether in or out a mesh by shooting a ray to check the number of intersection points. I want to get the position of the intersection...

no-issue-activity

The depth images shot in Lidar mode are of shape (256, 192), which is different from the RGB images' shape (960, 720). Can I just resize the depth images using...

Hi, thank you for your excellent work. Do you have any plan to release your evaluation codes, so that we can make a quantitative comparison in our paper? Thanks.

Hi, do you have plan to release the codes for evaluation?