RobotLocomotion / pytorch-dense-correspondence

Code for "Dense Object Nets: Learning Dense Visual Object Descriptors By and For Robotic Manipulation"
https://arxiv.org/pdf/1806.08756.pdf
Other
559 stars 133 forks source link

How to perform 3D change detection? And, also how to get render depth and binary masks using 3D reconstructed model? #209

Open vbhutani opened 4 years ago

vbhutani commented 4 years ago

I am trying to replicate your work for my own collected dataset and I am getting confused at how to apply change detection on the 3D reconstructed model from TSDF fusion. And after that how to get rendered depth and binary masks from the 3D model.

It would be great if you could guide me towards the code for the change detection and rendering of depth images.