self-supervised-depth-completion
self-supervised-depth-completion copied to clipboard
About result visualization
Hello,
In the evaluation results, I found that there is content about the visualization of the results, as shown in the picture. What I don't know is what the fourth column is. It seems to be a semi-dense depth map of the annotations, but I used the self-supervised mode(sparse+photo), which should not use annotation data. Can you answer my doubts? Thank you.
@fangchangma
You were correct about the rightmost column being the semi-dense annotations (i.e., gt
in the following line). https://github.com/fangchangma/self-supervised-depth-completion/blob/b8140669c2ff7658509edd39f5a73638b78d214b/main.py#L101
The fourth column is currently part of the visualization, regardless of how the network is being trained.
@fangchangma Hello, I'm glad to see your paper, it's really a good job.
How do you generate it ? Is it a real street 3D model? if so , can you share your code to my email([email protected])?
Thanks a lot!