natowi

Results 172 comments of natowi

Here is a good tutorial: https://www.3dscanstore.com/blog/3d-scanning-reflective-objects If you can - simply drawing on your bottle will improve the reconstruction. Irregular patterns can help to recover more features. That is why...

Similar to https://github.com/alicevision/meshroom/issues/188#issuecomment-575887872, https://github.com/alicevision/meshroom/issues/623 and https://groups.google.com/g/alicevision/c/VUNMVsr25ZY/m/hWTZIGXtBAAJ (+ https://github.com/alicevision/meshroom/issues/255)

@CeciliaPYY Sorry, there is no such tutorial. You should ask this in the Agisoft forum https://www.agisoft.com/forum/index.php?topic=9729.0 https://www.agisoft.com/forum/index.php?topic=11370.0 but it does not look like it is possible. Maybe Metashape really supports...

Read https://github.com/alicevision/AliceVision/issues/439 Here is the Background on why CUDA is used in many applications: https://www.quora.com/Why-cant-a-deep-learning-framework-like-TensorFlow-support-all-GPUs-like-a-game-does-Many-games-in-the-market-support-almost-all-GPUs-from-AMD-and-Nvidia-Even-older-GPUs-are-supported-Why-cant-these-frameworks

@aviallon The last time (2018) hip did not support some cuda functions https://github.com/alicevision/AliceVision/issues/439#issuecomment-417422887 and there was no full support for windows and amdgpu linux https://github.com/alicevision/AliceVision/issues/439#issuecomment-417635336. You are welcome to try...

@ShalokShalom > And how is that with HiP? Nvidia hardware runs on it as well? "HIP allows developers to convert CUDA code to portable C++. The same source code can...

@ShalokShalom With HiP we can compile two versions of Meshroom: for CUDA and AMD GPUs. For CUDA users nothing changes. (https://kaosx.us/docs/nvidia/ But you won´t get far with a 1GB GT...

We have to wait for HiP to support cudaMemcpy2DFromArray. Then we can add AMD support for AV/MR and try HiPCL.

@skinkie see https://github.com/alicevision/meshroom/issues/175 @arpu Yes, all CUDA functions are now supported by HiP and I was able to convert the code to HiP using the conversion tool ([read here for...

@ShalokShalom from the HiP code we can compile both CUDA and AMD versions. Similar to the parameter _target platform/os_ in the cmake, CUDA or AMD can be defined. So depending...