Hanson Huang

Results 8 comments of Hanson Huang

I also get this issue too. 18.04.1-Ubuntu ``` Caught signal 11 Segmentation fault libpthread.so.0!UnknownFunction(0x1297f) ```

Will you update it later?

@harveyslash Another difference is that the distance_caculate in your GPU version is different from this repository and the official version. To be more detail, the distance is negative when the...

@harveyslash Thanks for your implementation for the GPU version. Remind that anyone must normalize your own images before using the PatchMatch algorithm. However, using the GPU version PatchMatch, the result...

I found this problem too. For a quick inspection, I found ROI may be the evil part.

How do you solve this problem? I find this problem too. It can be solved by changing this https://github.com/thepowerfuldeez/facemesh.pytorch/blob/348400fe32c60111a29e9e6891e230c0005ddd8a/facemesh.py#L114 to ``` x = nn.ConstantPad2d((0, 1, 0, 1), 0)(x) ``` You...

``` bash conda install conda-forge::vs2015_runtime ``` Try to add this runtime, it worked for me