gaussian-opacity-fields icon indicating copy to clipboard operation
gaussian-opacity-fields copied to clipboard

Issues with evaluation of Truck scene in TNT

Open yanivw12 opened this issue 1 year ago • 6 comments

Hello,

I am trying to evaluate on your provided TNT dataset (TNT_GOF) and I'm having some issues with the Truck scene. See the following issue I opened in the 2DGS repository (I used their model and evaluation code, but since the dataset originated from here, it's still relevant):

https://github.com/hbb1/2d-gaussian-splatting/issues/111

The problem seems to be that the Truck_COLMAP_SfM.log file supplied in the TNT_GOF dataset does not match the Truck_trans.txt alignment, resulting in the transformed mesh not aligning with the GT mesh, and therefore achieving a low score:

image

Can you please confirm that the SfM file you use to achieve the paper results for Truck is the same as the one you uploaded to TNT_GOF? Other scenes work well, the only issue is with the Truck scene.

Also, I'd appreciate if you could share the preprocessing code that generated those files given the original images.

Thanks in advance.

yanivw12 avatar Jul 13 '24 15:07 yanivw12

Hi, it works for me. I think you need to check if you download the gt alignment file correctly.

niujinshuchong avatar Jul 13 '24 17:07 niujinshuchong

image I'm pretty sure that I did - is this the alignment file you used?

yanivw12 avatar Jul 13 '24 17:07 yanivw12

Yes. I think you can run our code to check.

niujinshuchong avatar Jul 13 '24 17:07 niujinshuchong

I've got the same issue, do you fix it?

Thanks in advance.

Hello,

I am trying to evaluate on your provided TNT dataset (TNT_GOF) and I'm having some issues with the Truck scene. See the following issue I opened in the 2DGS repository (I used their model and evaluation code, but since the dataset originated from here, it's still relevant):

hbb1/2d-gaussian-splatting#111

The problem seems to be that the Truck_COLMAP_SfM.log file supplied in the TNT_GOF dataset does not match the Truck_trans.txt alignment, resulting in the transformed mesh not aligning with the GT mesh, and therefore achieving a low score:

image

Can you please confirm that the SfM file you use to achieve the paper results for Truck is the same as the one you uploaded to TNT_GOF? Other scenes work well, the only issue is with the Truck scene.

Also, I'd appreciate if you could share the preprocessing code that generated those files given the original images.

Thanks in advance.

MagicTZ avatar Nov 19 '24 08:11 MagicTZ

I've got the same issue, do you fix it?

Thanks in advance.

Hello, I am trying to evaluate on your provided TNT dataset (TNT_GOF) and I'm having some issues with the Truck scene. See the following issue I opened in the 2DGS repository (I used their model and evaluation code, but since the dataset originated from here, it's still relevant): hbb1/2d-gaussian-splatting#111 The problem seems to be that the Truck_COLMAP_SfM.log file supplied in the TNT_GOF dataset does not match the Truck_trans.txt alignment, resulting in the transformed mesh not aligning with the GT mesh, and therefore achieving a low score: image Can you please confirm that the SfM file you use to achieve the paper results for Truck is the same as the one you uploaded to TNT_GOF? Other scenes work well, the only issue is with the Truck scene. Also, I'd appreciate if you could share the preprocessing code that generated those files given the original images. Thanks in advance.

Yes, see my comment here:

https://github.com/hbb1/2d-gaussian-splatting/issues/111#issuecomment-2464840622

yanivw12 avatar Nov 19 '24 09:11 yanivw12

I've got the same issue, do you fix it? Thanks in advance.

Hello, I am trying to evaluate on your provided TNT dataset (TNT_GOF) and I'm having some issues with the Truck scene. See the following issue I opened in the 2DGS repository (I used their model and evaluation code, but since the dataset originated from here, it's still relevant): hbb1/2d-gaussian-splatting#111 The problem seems to be that the Truck_COLMAP_SfM.log file supplied in the TNT_GOF dataset does not match the Truck_trans.txt alignment, resulting in the transformed mesh not aligning with the GT mesh, and therefore achieving a low score: image Can you please confirm that the SfM file you use to achieve the paper results for Truck is the same as the one you uploaded to TNT_GOF? Other scenes work well, the only issue is with the Truck scene. Also, I'd appreciate if you could share the preprocessing code that generated those files given the original images. Thanks in advance.

Yes, see my comment here:

hbb1/2d-gaussian-splatting#111 (comment)

Thanks a lot, it works!!

MagicTZ avatar Nov 19 '24 11:11 MagicTZ