Lei Wang

Results 6 issues of Lei Wang

as in the title. I am implementing a progressive TIN densification algorithm. It requires an incremental Delaunay TIN construction algorithm. There is a lib named incremental-delaunay, but it is in...

I am reading your least-square GAN code. The G net run twice for training G and D. Why cannot only run G.forward once as the input to G for the...

As the title. I am trying to make it work on cuda9.1 and cudnn7. Tried to use gcc-4.9 and -D_GLIBCXX_USE_CXX11_ABI=0 when loading generated .so file, I get error: undefined symbol:...

Thanks for the great work and sharing the code for other researchers. I am wondering if you have tested this algorithm on registering partially occluded point clouds with templates. Most...

I am looking for using briefly to build my pipelined workflow. When I try to import briefly, this error occurs: ``` briefly/build/lib.linux-x86_64-2.7/briefly/__init__.py in () 19 20 from properties import *...

Hi, thanks for the nice work. In the paper, the training loss can go down to -1000. I can only get to -5. I wonder how your training loss curve...