Philip Turner
Philip Turner
I just got errors when compiling the 2022-06 tag. I'll try fixing the source code and compiling again. Does this error not occur when you build on Linux? ``` [3599/3778]...
I fixed the errors, but now the linker is failing. I'm not well acquainted with Docker, but it seems that's the best path right now. I don't see a Dockerfile...
I got errors when compiling through g++: Here ``` root@a009f477a1de:/var/tmp/llvm/llvm/build# ninja [0/2] Re-checking globbed directories... [360/4280] Building CXX object lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o FAILED: lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/TargetLowering.cpp.o /usr/bin/c++ -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/var/tmp/llvm/llvm/build/lib/CodeGen/SelectionDAG...
I keep getting hundreds of CMake errors when compiling the intel/llvm `sycl` branch on native macOS: ``` CMake Error at cmake/modules/AddLLVM.cmake:1879 (add_dependencies): The dependency target "llvm-spirv" of target "check-all" does...
I have implemented atomic floating-point implementations in Metal Shading Language, because I needed to accumulate sparse volumetric sums of color data for [scene color reconstruction](https://github.com/philipturner/scene-color-reconstruction). I used a quick (load)-(floating...
Derive the position and orientation from the camera's transform matrix. For more information, investigate my app's source code at [AR MultiPendulum](https://github.com/philipturner/ar-multipendulum) or [ARHeadsetKit](https://github.com/philipturner/arheadsetkit).
[ARHeadsetKit](https://github.com/philipturner/ARHeadsetKit) is similar to that, but go far beyond 6DoF in VR. It reconstructs the user's surroundings and attempts to replicate the experience of using Hololens or smart glasses. If...
Anybody tried using LiDAR depth and segmentation masks from ARKit to enhance 3D hand detection? I have an entirely heuristic-based algorithm [here](https://github.com/philipturner/ARHeadsetKit).
> How did you export camera extrinsic parameters from arkit? Did you use camera.transform? > How does arkit output parameters (4*4) translate into camera rotation translation matrix. https://github.com/philipturner/ARHeadsetKit/blob/174385004728e8c9d047904f0497d9d7793aa764/Sources/ARHeadsetKit/User%20Settings/Camera%20Measurements/CameraMeasurementsExtensions.swift#L14-L162 > How...
I faced the same error when using v1.5 and a custom file URL as the model version. I got the Swift CI version working right, but was trying to debug...