youmi-zym/CompletionFormer

model without NLSPN

LingerWang opened this issue · 2 comments

Dear author:
I am very appreciate for your work and very grateful for your sharing you code for us. I encountered some issues while replicating your work and would like to seek your guidance.
When I train the model without the NLSPN mudule, we found that the pred depth map is showing noticeable 'spots,' and upon observation, these points happen to be exactly where the original sparse points are located. Have you encountered this situation, or do you have any suggestions?
Best wishes!

Hi,

It's due to we added the initial prediction with the sparse depth input, please check here: https://github.com/youmi-zym/CompletionFormer/blob/main/src/model/completionformer.py#L32.