Gregory Kramida

Results 97 comments of Gregory Kramida

Deferred until first publication

Hi, @PascalYIN This branch is both WIP and somewhat "abandoned", so before you try anything, please take a look at this thread here: #137 In short, - The multithreaded version...

@PascalYIN , >Though the executable file looks like a shared lib file, weird. InfiniTAM builds as a shared library, while the executables are all in the Apps folder and they...

@PascalYIN Yeah, I think there should be a keyboard shortcut there to run marching cubes and dump the 3D model to disk. It should be labeled on the GUI, if...

@PascalYIN I see, it sounds similar to the results I got. KillingFusion / SobolevFusion both use the [SDF-2-SDF](http://campar.in.tum.de/pub/slavcheva2016eccv/slavcheva2016eccv.pdf) algorithm for the rigid optimization part, but it is mentioned that any...

@PascalYIN , the tracker settings are in this same file here: https://github.com/Algomorph/InfiniTAM/blob/ac2f3f7db90dac14469e5e3744827078e97cb906/InfiniTAM/ITMLib/Utils/ITMLibSettings.cpp#L97 I've inherited this from the original InfiniTAM authors, so it isn't quite "my code". The results look much...

> I am willing to make some changes in your code for my own experiments, would you mind telling me how did you construct the data term and all by...

> > CMake Error at cmake/SetCUDAAppTarget.cmake:18 (add_executable): > > Target "InfiniTAM" links to target "Qt4::QtCore" but the target was not > > found. Perhaps a find_package() call is missing for...

> I just think about one thing, were you using the Snoopy calibration test file? The one Mira used, supposedly, during taking of the sequence is [here on her website].(http://campar.in.tum.de/personal/slavcheva/deformable-dataset/data/intrinsics_kinect1.txt)...

I've pushed another commit just now to the repo, it fixes up a few utils that should make testing possible (set BUILD_TESTS to ON in CMake). Now there is a...