FeatUp icon indicating copy to clipboard operation
FeatUp copied to clipboard

evaluation code missing

Open franchesoni opened this issue 1 year ago • 4 comments

Hi, thanks for your work!

Evaluation code seems missing. Any reason for that?

To reproduce the main table of the paper I should take the checkpoints, train the probes, and code an evaluation loop, right?

What would you do if you had to reproduce table 1?

franchesoni avatar Aug 30 '24 12:08 franchesoni

Also looking for this.

ShayanShamsi avatar Sep 14 '24 14:09 ShayanShamsi

Hi, I am also interested in the evaluation code to reproduce Table 1 results!

PaulCouairon avatar Oct 06 '24 11:10 PaulCouairon

Hey, Thank you for your great work. I am also interested

LoickCh avatar Mar 07 '25 15:03 LoickCh

Hi all, you guys can look into my implementation here: https://github.com/andrehuang/loftup/blob/main/eval_seg.py for the reproduction of semantic segmentation. For depth estimation, I recommend using the depth and normal experiments from Probe3D which is in my opinion a better practice for evaluation.

andrehuang avatar Apr 23 '25 03:04 andrehuang