Heaven7
Heaven7
i have same problem too. it seem that it have a compat bug of android version.
@hanbim520 could you tell me how to support chinese?
Mine is the same. env: system: ubuntu 18.04 paddle-gpu-2.3.2 python cuda: 11.1 ``` -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- No stack trace in paddle, may be caused by...
i fixed from 'https://www.paddlepaddle.org.cn/'. ``` //before is pip install paddlepaddle-gpu==2.3.2 python -m pip install paddlepaddle-gpu==2.3.2.post111 -f https://www.paddlepaddle.org.cn/whl/linux/mkl/avx/stable.html ```
@xsacha @aaronp24 @itsliupeng @lukeyeager
i build successful use this. ```java #! /bin/bash set -e set -x # location of android NDK # NDK_PATH=$PWD/../contrib/android-ndk-r12 NDK_PATH=/home/heaven7/Android/Sdk/ndk-bundle ARCH=arm64 TOOLCHAIN_PREFIX=aarch64 PLATFORM=android-28 WAFOPTS="--disable-avcodec --disable-samplerate --disable-jack --disable-sndfile" # set these...
@midnight-dev same issue, I use this code convert pcd to las. pcl 1.9.1 las 1.8.2 ```C std::ofstream ofs(outPath.c_str(), ios::out | ios::binary); if (!ofs.is_open()) { std::cout points[i].z; point.SetCoordinates(x, y, z); writer.WritePoint(point);...
@midnight-dev ok. I will try
fix it by change convert
@Frander here: https://github.com/potree/PotreeConverter. but change the source code follow the message('invalid bounding box. at least one axis has a size of zero').