wmw

Results 32 issues of wmw

Well, I meet two problems when I build the FaceModeling project in my VS2013: Error 405 error C1083: Cannot open source file: 'Include_vs2013\dlib-18.17\dlib\all\source.cpp': No such file or directory D:\programs\irisfaceRGBD-master\irisfaceRGBD-master\IRIS 3D...

When I want to install PointNet++, I get a problem: creating build/lib.linux-x86_64-3.6 g++ -pthread -shared -B /mnt/f/Ubuntu_win/Anaconda/envs/dl/compiler_compat -L/mnt/f/Ubuntu_win/Anaconda/envs/dl/lib -Wl,-rpath=/mnt/f/Ubuntu_win/Anaconda/envs/dl/lib -Wl,--no-as-needed -Wl,--sysroot=/ /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/ball_query.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/bindings.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/group_points.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/interpolate.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/sampling.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/ball_query_gpu.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/group_points_gpu.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/interpolate_gpu.o /mnt/f/Ubuntu_win/Project/Point2Skeleton/code/pointnet2/build/temp.linux-x86_64-3.6/./_ext-src/src/sampling_gpu.o...

When I run the ROS, I get something as follows: [ WARN] [1625914072.118329000]: Initializing the device to realtime offset based on wall clock: 1625914071552925200 ns [2021-07-10 18:47:52.195] [error] [t=4291] ../src/transformation/transformation.c...

bug
more-information-needed
SDK_Issue

Error Reproduce: CC=/usr/bin/gcc-8 CXX=/usr/bin/g++-8 cmake-gui .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=14 make -j12: error: identifier "reduceBlocks" is undefined /reduce.cu(950): error: identifier "reduceThreads" is undefined However, CUDA NVCC target flags: -gencode;arch=compute_75,code=sm_75

Hello! I recently used your trained setting json file about denosing for gray image in my dataset. However, CUDA out of memory problem occurs. I use V100-32gb but the only...

Thanks for your code and weight. When I want to use your ddd weight, bad thing occurs: hape torch.Size([16, 32, 3, 3]) from checkpoint, the shape in current model is...

While, When I build the pointnet++, I get the ninja -version wrong:UserWarning: Attempted to use ninja as the BuildExtension backend but we could not find ninja.. Falling back to using...

Thanks for your great work. But I meet a problem when I want to install the pointnet++: Allowing ninja to set a default number of workers... (overridable by setting the...

### Checklist - [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues). - [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip). - [X] I have checked the [release...

bug