Giter VIP home page Giter VIP logo

Comments (6)

v3c70r avatar v3c70r commented on May 20, 2024

It should work fine with any resolution. We have tested it on projectors with 2 different resolutions.
Have you tried the CPU version?

Also if it is possible, could you send me the data you used, I will take a look when I get a chance.

Have a great day!

from 3dunderworld-sls-gpu_cpu.

chenshida avatar chenshida commented on May 20, 2024

I`m already use CPU version.
could you give me an email ,I package my dataset to you.
Thanks.

from 3dunderworld-sls-gpu_cpu.

selfex22 avatar selfex22 commented on May 20, 2024

I also get the same error.
If the problem is resolved, please respond.
And what is the resolution of the projector to use as a parameter?

my configuration is widows 10, visual studio, cpu version, data is alexander.

from 3dunderworld-sls-gpu_cpu.

alefellin avatar alefellin commented on May 20, 2024

Hey there!
I have the same problem. I'm trying to process some images using a GoPro hero 3+ camera and a portable projector (resolution 800x600). If I set width=800 and height=600 I obtain a "segmentation fault". If I use the default parameters (1024x768) it works but the point cloud is clearly wrong.
Can someone please help me?
Thanks a lot

from 3dunderworld-sls-gpu_cpu.

chenshida avatar chenshida commented on May 20, 2024

This problem maybe a bug for Convert bitarray to gray code. In header file "DynamicBitset.h" , function "glm::uvec2 to_uint_gray ()", this code use a static bit convert like this

unsigned yDec = num & 0x3FFU;
unsigned xDec = num >> 10;

but in fact , it is deside by you projector resolution. in my situation, my projector resolution is 912x1120, so is like this:

unsigned yDec = num & 0x3FFU;
unsigned xDec = num >> 11;

for reference only, not guaranteed to be accurate

from 3dunderworld-sls-gpu_cpu.

mishradm2472 avatar mishradm2472 commented on May 20, 2024

make
[ 26%] Built target core
[ 26%] Building NVCC (Device) object src/lib/ReconstructorCUDA/CMakeFiles/sls_gpu.dir/sls_gpu_generated_ReconstructorCUDA.cu.o
In file included from /home/devd/3DUNDERWORLD-SLS-GPU_CPU/src/lib/ReconstructorCUDA/./ReconstructorCUDA.cu:3:
/home/devd/3DUNDERWORLD-SLS-GPU_CPU/src/lib/ReconstructorCUDA/./FileReaderCUDA.cuh:2:10: fatal error: core/FileReader.h: No such file or directory
#include <core/FileReader.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
CMake Error at sls_gpu_generated_ReconstructorCUDA.cu.o.cmake:216 (message):
Error generating
/home/devd/3DUNDERWORLD-SLS-GPU_CPU/build/src/lib/ReconstructorCUDA/CMakeFiles/sls_gpu.dir//./sls_gpu_generated_ReconstructorCUDA.cu.o

make[2]: *** [src/lib/ReconstructorCUDA/CMakeFiles/sls_gpu.dir/build.make:79: src/lib/ReconstructorCUDA/CMakeFiles/sls_gpu.dir/sls_gpu_generated_ReconstructorCUDA.cu.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:206: src/lib/ReconstructorCUDA/CMakeFiles/sls_gpu.dir/all] Error 2
make: *** [Makefile:95: all] Error 2
devd@devdatta:~/3DUNDERWORLD-SLS-GPU_CPU/build$

how to resolve this issue?

from 3dunderworld-sls-gpu_cpu.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.