zju3dv / deltar

Code for "DELTAR: Depth Estimation from a Light-weight ToF Sensor And RGB Image", ECCV 2022
GNU General Public License v3.0
125 stars 6 forks source link

cannot make the same result as the repo example image #9

Closed jhoon-kim closed 1 year ago

jhoon-kim commented 1 year ago

hello, first, thanks for sharing your work

i attempted to reproduce the same result as the example image from readme.md but there is a big difference in quality

i used the provided weight, data, and config should i use different parameters to reproduce the result?

i attatched the result that i made demo_cut please understand that the file is compressed due to file size issue

CHANGXU12 commented 1 year ago

I have the same blurry depth, too. Waiting for the reply. I found timm downloads tf_efficientnetv2_b3 checkpoints(tf_efficientnetv2_b3-57773f13.pth) at first. Is it different from what you used in training?

jhoon-kim commented 1 year ago

I have the same blurry depth, too. Waiting for the reply. I found timm downloads tf_efficientnetv2_b3 checkpoints(tf_efficientnetv2_b3-57773f13.pth) at first. Is it different from what you used in training?

i didn't train the model, used the given weight i couldn't find the file that you said, there is "model.safetensors" image

windows 10 torch 1.13.1+cu117 timm 0.9.2

what version of timm do you use?

eugenelyj commented 1 year ago

I am using: 1) torch 1.12.0+cu113 and 2) timm 0.5.4 @CHANGXU12 @jhoon-kim Could you switch to these version and try agian?

jhoon-kim commented 1 year ago

I am using: 1) torch 1.12.0+cu113 and 2) timm 0.5.4 @CHANGXU12 @jhoon-kim Could you switch to these version and try agian?

I reinstalled that you said, now I am getting the similar results thanks! can you provide the "requirements.txt"?

eugenelyj commented 1 year ago

@jhoon-kim Sure, i will update the readme. Thanks for the suggestions!

eugenelyj commented 1 year ago

I have updated the installation tutorial. Feel free to ask when you have new questions.