-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code is missing #1
Comments
I commented out that piece and was able to move past the compilation step. Upon running the sample I get this error:
Did anyone have luck running this? |
Hi, Did you figure out this issue? |
Yes, I was able to run the demo by setting these parameters: This got rid of
However, I am getting an OOM error texturefusion/Source/CUDASceneRepHashSDF.h Line 198 in 22dd0ee
So I had to also set
|
@pavan4 I am looking to setup the code, your suggestion on hardware and OS requirements will be very helpful. Thanks |
It should work. I was able to run on RTX 2070 |
Hi @pavan4 I have compiled the vowel hashing repo and will replace the source folder in voxelhashing cuda folder with the source folder from texture fusion repo. Does this work straight away or are you facing issues while doing that.? How is the quality of the result 3D volume on your own data with texture fusion? Thanks |
@chunduri11 , yeah those are the steps to get going. However, I had to spend some time to get the project to compile. I made a PR here with the complete project integrated with voxel hashing : #3 which should be quite straight forward to build The quality of the result on my own data was not great or at least equivalent to the output of the dataset. The code still needs a major bit of work in terms of optimisation. |
Hi @pavan4, thanks for the reply and the inputs. Very useful. I am new to 3D reconstruction and also c++, your inputs are very helpful to me. I am trying to compile your refactored code. I am facing errors related to NuiApi.h and NuiSkeleton.h. Thanks again. |
@pavan4 After compiling, when I run the code with the waterfall dataset, I am running into an error after reading the rib and depth images. The error is as follows: Ever after this error message decompressing frame continues till 9 and stops execution. Can you please help me in what is going wrong and how I can resolve this issue and ensure that I am able to generated 3D models for the waterfall dataset given in the repository? Thanks |
Hi, I'm trying to make your PR work, thank you for your modification! @pavan4 |
Thank you for the code!
Is the recent commit up to date? The code fails to compile at this place:
I only see
extern "C" void renderCorrespondenceCUDA(unsigned int imageWidth, unsigned int imageHeight, float *output, CameraTrackingInput cameraTrackingInput, float* intrinsics, CameraTrackingParameters cameraTrackingIParameters, float* transform);
But no definition for this in code? Am I missing something here?
fyi, I am able to compile and run
voxelhashing
The text was updated successfully, but these errors were encountered: