Perspective[S]

Results 18 comments of Perspective[S]

> I don't see the implementation of `CreateFromPLY` in this PR... https://github.com/microsoft/UVAtlas/blob/4eaa85776502c27ed82ddab13e42b46952161137/UVAtlasTool/UVAtlas.cpp#L1027

still impossible to do ipv6 dyndns on ovh in 2024 ...

do you know when this will be released ? its months now @trnsnt "Seule une IPv4 peut etre utilisée pour la mise en place d'un DynHost. Les IPv6 sont indisponibles."...

tried to compile as well with cuda10.2: for project Cugar: added #include to file vector.h but still compile error occurs at: ``` cugar/kd/cuda/kd_test.cu(413): error : no instance of constructor "cugar::cuda::Kd_context::Kd_context"...

same error here: error: subprocess-exited-with-error ``` × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] No CUDA runtime is found, using CUDA_HOME='C:\Program...

i figured out that even while installing pytorch with the specified version, i already had a old version installed, **and it didn't upgrade:** so i did: conda uninstall pytorch and...

let me know if this works better for you ``` auto ps = nsearch.point_set(queryIndex); auto r_queries = ps.GetPoints(); auto psPoints = nsearch.point_set(pointIndex); // reference auto r_reference = psPoints.GetPoints(); std::cout