tudelft3d / City3D

Large-scale LoD2 Building Reconstruction from Airborne LiDAR Point Clouds
https://github.com/tudelft3d/City3D
GNU General Public License v3.0
223 stars 36 forks source link

Support SCIP in "method/regularize_polygon.cpp" #2

Closed LiangliangNan closed 1 year ago

LiangliangNan commented 1 year ago

Now users have the option to use SCIP for face selection, but RegularizePolygon only supports Gurobi.

wdcsimon commented 1 year ago

Yes please, we do not have access to Gurobi at Whanganui District Council

esgn commented 1 year ago

Hi, I'm working at the project accelerator of @ignf (french national mapping and cartographic agency). We recently did some preliminary tests using Polyfit (via CGAL) with IGNF photogrammetric digital surface model (https://github.com/ignfab/building-roof-pipeline) and would now be interested in testing this project with the LIDAR data we are in the process of acquiring. Gurobi being quite costly out of academic research, we are very interested in the full support of SCIP in City3D. Would you have any idea when this support might be effective ? Thanks for all your collective work

nejcd commented 1 year ago

hi, any plans for when the support for SCIP in regularize_polygon.cpp will be added? If at all?

It would be much appreciated. I also do not have access to Gurobi, but I would really like to try out your work on our data.

And thanks for the excellent work and sharing! I would really like to try it out.

LiangliangNan commented 1 year ago

Hi all, Thanks for your patience. Now the support of the open-source solver SCIP is fully functional (but with limited tests), but please note that the SCIP is a few times slower than the GUROBI solver.

Do let us know if any issues encountered when you use/test City3D.