YabinXuTUD / HRBFFusion3D

HRBF-Fusion: Accurate 3D Reconstruction from RGB-D Data Using On-the-Fly Implicits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you actually turn it on?

CheLoV opened this issue · comments

I finally managed to build HRBFfusion.
Now i have the executable which returns an error

HRBFfusion: /home/dima/HRBFFusion3D/Core/src/Utils/../Utils/parameterFile.h:37: void ParameterFile::addParameterFile(const string&): Assertion 0' failed.
Aborted (core dumped)
`

How do i actually make it work? How to add a config file

Ok, i actually managed to add the parameters file.
It should have been placed specifically in the folder above the built GUI.

But now i have another error
HRBFfusion: /home/dima/HRBFFusion3D/Core/src/Utils/Resolution.h:62: Resolution::Resolution(int, int): Assertion width > 0 && height > 0 && "You haven't initialised the Resolution class!"' failed.
Aborted (core dumped)`