limaodaxia
limaodaxia
> Maybe it has something to do with the brackets '(' and ') ? Try removing the brackets. In fact, maybe the brackets is not the cause. Full text is...
> I came across the same problem on building with Windows, and changing all "long" to "int64_t" in all .h, .cpp, .cu files within the mytorch directory solved the issue....
``` for L in range(sdf_c.shape[0]): tmp_map[index[L]] = sdf_c[L] if(s_map[index[L]] == 0) or (s_map[index[L]] > sdf_c[L]): s_map[index[L]] = sdf_c[L] ``` when get the score map of sdf, why use the min...
I also encountered this problem.