zju3dv / DetectorFreeSfM

Code for "Detector-Free Structure from Motion", CVPR 2024
Apache License 2.0
612 stars 39 forks source link

Questions about SfM evaluation #24

Closed songjh2020 closed 6 months ago

songjh2020 commented 6 months ago

Thank you very much for your excellent work, which has greatly benefited me。

but I have encountered some problems when I run this code: “python eval_dataset.py +eth3d_sfm=dfsfm.yaml neuralsfm.NEUSFM_coarse_matcher='loftr_official'”

The error information is as follows:

screenshot1

I found the image. It's damaged, which is shown below:

screenshot2

I'm sure I followed DATASET_PREPARE.md. Thank you very much for your guidance

(I did not encounter this error when I ran "sh scripts/eval_texturepoorsfm_dataset".)

hxy-123 commented 6 months ago

I think this may be due to the dataset download being broken. You can try to re-download the ETH3D dataset.

songjh2020 commented 6 months ago

I think this may be due to the dataset download being broken. You can try to re-download the ETH3D dataset.

Thank you for your answer, I will seriously try. One more thing, I can't seem to find the "supplementary material" mentioned in the article, could you please give me the link?

hxy-123 commented 6 months ago

We will update the supplementary material on the project page after camera ready revision soon :)

songjh2020 commented 6 months ago

We will update the supplementary material on the project page after camera ready revision soon :)

OK,I'll keep an eye on it. Thanks again☺