GCaptainNemo / depth-image-completion

Use morphological and filter operators to inpaint (complete) a depth image
15 stars 4 forks source link

Is this code an adaption from ip_basic? #2

Open andreaceruti opened 2 years ago

andreaceruti commented 2 years ago

Hi! Thanks for sharing your work. I have seen that you have listed as a reference this repo. I have seen that in ip_basic we have a file called depth_completion.py. Since running both of them I get a similar result, is this repo an adaption of that code? Or could you tell me what is the main difference?

GCaptainNemo commented 2 years ago

Hi! Thanks for sharing your work. I have seen that you have listed as a reference this repo. I have seen that in ip_basic we have a file called depth_completion.py. Since running both of them I get a similar result, is this repo an adaption of that code? Or could you tell me what is the main difference?

Yes, this repo is an adaption of that code. I completely referred to its papers and code, and implemented it in C++.