Áron Monszpart
Áron Monszpart
Hi, I have not yet tried. Try using Docker? Thanks, Aron
Hi, did you specify -DCMAKE_BUILD_TYPE=Release for the compilation of the visualizer? I might have a glitch in the cmake script...sorry. Aron On Tue, 20 Oct 2015 at 11:08 lcy741006 [email protected]...
Hi, it's hard to tell from here. Have you checked if it's because it can't find the visualizer executable (e.g. it wasn't compiled successfully?) or because your cloud.ply is in...
Hi, this is a development repo, is not finalized yet. Please use the version here: http://geometry.cs.ucl.ac.uk/projects/2015/regular-arrangements-of-planes/ Otherwise, I can't find the mentioned lines in the code. Were you looking at...
Hi, I pushed some changes. Sorry for the mess, I didn't realize, that anyone was actually already using this. Can I help you with some workflow tips, or command line...
Edit the BONMIN path here: https://github.com/amonszpart/RAPter/blob/spatially_smooth/RAPter/CMakeLists.txt#L16
Yes, it's solving a few, quite large binary quadratic optimization problems, the 'max' equations are expensive to compute (it's also a 3 years old implementation, could be sped up on...
Hi, You can find it in any of the BonMin zips here: https://www.coin-or.org/download/source/Bonmin/ e.g. https://www.coin-or.org/download/source/Bonmin/Bonmin-1.8.6.zip under "ThirdParty". Aron On Tue, 27 Feb 2018 at 07:56 LawrenceNJU wrote: > I am...
I checked, and my PR did not change the way `rotation_matrix_to_angle_axis` works mathematically: - https://github.com/kornia/kornia/pull/926/files?diff=split&w=0#diff-a8f3e0de21b707884a7a9a8a02a24848470a376b1b49bc585f7a88d8794f167bR324 - https://github.com/kornia/kornia/pull/926/files?diff=split&w=0#diff-a8f3e0de21b707884a7a9a8a02a24848470a376b1b49bc585f7a88d8794f167bR433 So I think the change (if any) was introduced earlier. I'd suggest to...
Missing `_` at the end of `flags_`: `libsg/util/FlagSet.h:90:30: error: ‘flags’ was not declared in this scope bool none() const { return flags == 0; }`