zju3dv / deltar

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

Code Release Date #1

Closed cmsc426 closed 1 year ago

cmsc426 commented 2 years ago

Hi, Congratulations on the amazing work! When do you plan to release the code in public?

eugenelyj commented 2 years ago

Hi, I plan to release the evaluation code and the data at the end of this month or early next month, and release the training script after cvpr23 submission.

Lilyo commented 2 years ago

Hi @eugenelyj,

Thanks for your excellent work! I would like to know how to generate training data containing L5 signal, could you please release the generation function for NYU dataset in advance?

eugenelyj commented 1 year ago

@Lilyo Sorry for the late reply. An example code for simulating L5 signals is here: https://gist.github.com/eugenelyj/769f19a9450ea0316a5995aa79692bef.

I will work on code release from next week.

noobtoob4lyfe commented 1 year ago

I just learned of this project today. Fantastic work! looking forward to trying example code. Any updates to a release date? Thanks!

eugenelyj commented 1 year ago

@noobtoob4lyfe Sorry, i was busy on another project last two weeks. Will come back soon.

Lilyo commented 1 year ago

@eugenelyj, I can imagine how packed your other projects must be, but we're still looking forward to your code releasing, maybe release whole model structure in advance for us ?

microboym commented 1 year ago

@eugenelyj I just read your paper and got shocked by your fantastic work! I'm planing to learn your method more carefully. Will the code and data be released recently?

eugenelyj commented 1 year ago

@microboym I'm trying to release this week.

eugenelyj commented 1 year ago

Sorry for the delay. I have released eval code, data and pretrained model. Still working on the README and training script.