LiangliangNan / PolyFit

Polygonal Surface Reconstruction from Point Clouds
https://3d.bk.tudelft.nl/liangliang/publications/2017/polyfit/polyfit.html
GNU General Public License v3.0
723 stars 121 forks source link

The refine/hypothesis buttons are gray #4

Closed waysup closed 7 years ago

waysup commented 7 years ago

Hi Liangliang, Thank you for your great project. I got into trouble while runing PolyFit.exe. All four buttons are gray as shown in the snapshot( FYI, I'm runging your prebuilt PolyFit.exe on Windows 7 64-bit). default is this due to the lack of GUROBI license( I don't have one yet)? Or I have to install GUROBI on my machine? Thx.

LiangliangNan commented 7 years ago

Hi Waysup,

Thank you for your email. Could you please provide more information regarding this issue, i.e., how to reproduce it, or after what operation does it occur?

GUROBI is used for solving the optimization in PolyFit, so you do need to obtain a license (it is free for academic use): http://www.gurobi.com/registration/academic-license-reg

Let me know if you still have the same or other problems using PolyFit.

Best,

Liangliang

On Tue, Nov 7, 2017 at 12:08 PM, waysup notifications@github.com wrote:

Hi Liangliang, Thank you for your great project. I got into trouble while runing PolyFit.exe. All four buttons are gray as shown in the snapshot( FYI, I'm runging your prebuilt PolyFit.exe on Windows 7 64-bit). [image: default] https://user-images.githubusercontent.com/3388974/32485285-d6a7b7f8-c3dd-11e7-9d4c-1f08970a8436.png is this due to the lack of GUROBI license( I don't have one yet)? Or I have to install GUROBI on my machine? Thx.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/LiangliangNan/PolyFit/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AOzqiNK3gw76zvja9UhhdmCIPdaxBGfGks5s0B39gaJpZM4QUdrR .

waysup commented 7 years ago

Hi Liangliang, Thanks for your quick reply. These four buttons(refine/hypothesis/confidences/optimization) remain gray/unactive(as shown in previous snapshot) after I loaded my obj file into PolyFit. So I can do nothing after loading my model in PolyFit, though it renders the model correctly. Here is the snapshot. image I wonder why these four buttons are gray. Cheers.

LiangliangNan commented 7 years ago

Now I know the reason :-) PolyFit takes as input a point cloud with planar segment information (file format must be .vg or .bvg). The model you sent to PolyFit is a mesh and PolyFit is not designed to process meshes. Please have a look at ReadMe-data.txt in the PolyFit_data folder.

Best,

Liangliang

On Tue, Nov 7, 2017 at 2:34 PM, waysup notifications@github.com wrote:

Hi Liangliang, Thanks for your quick reply. These four buttons(refine/hypothesis/confidences/optimization) remain gray/unactive(as shown in previous snapshot) after I loaded my obj file into PolyFit. So I can do nothing after loading my model in PolyFit, though it renders the model correctly. Here is the snapshot. [image: image] https://user-images.githubusercontent.com/3388974/32491541-0d6e54f4-c3f2-11e7-9116-ec4ab2c74426.png I wonder why these four buttons are gray. Cheers.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/LiangliangNan/PolyFit/issues/4#issuecomment-342455892, or mute the thread https://github.com/notifications/unsubscribe-auth/AOzqiLAuDkisNnOh5ZampH0t9eqTyN8Jks5s0EAvgaJpZM4QUdrR .

waysup commented 7 years ago

I see. Thx very much for your answer :-) I'll look into it. Cheers