Open ZhouXiner opened 3 years ago
Hi, I hope you have followed the instructions as given in the README, please give us some more information and context as to how you executed/modified the programs. The CRF inference improves the output detection of the plane-segmentation model and the num_plane is the maximum number of planes that can be detected by the model in a single image, our model has been trained with num_plane =3 (if you would like to detect more planes re-train the model by changing this value). refer to the papers PlaneRecover and RPVIO for the theory.
Thank You
Thanks for reply, I think I follow the steps in README.
the procedure seems right, can you please share a few of the results that you have obtained?
https://1drv.ms/u/s!AgIBb31yefjshBkdTyttCYSzMy5-?e=sNQ7We
This is some masks I generate, Thanks
Are these detections the output of the CRF? or the Plane segmentation model
Sorry for delay, a busy day... The results are sementation model, the CRF results is just similiar like this. For example the images of full floor are just segmented partly. I will send you the related CRF results when I use my PC. Forgive me. Thank you very much.
https://1drv.ms/u/s!AgIBb31yefjshEG4L2eGruYLfo4v?e=3ingrZ This is the more detailed masks. Thanks a lot
Hi, I try to use the plane segmentation in the ADVIO dataset you provides, however it cant perforn like the mask you provide after CRF interface. I use the pretrained model you provide. and the raw image has resized already. But this stiil some hard code in interface.py like plane_num. I dont know what I did wrong, could pls help me?