bing-jian

Results 5 issues of bing-jian

Hi, Alessandro, thanks for porting this software to github! I am able to compile and generate the executable. However the main program got stuck after showing "added 10096 points". Is...

https://github.com/soubhiksanyal/RingNet/blob/master/util/renderer.py def get_original(proc_param, verts, cam, img_size): img_size = proc_param['img_size'] ... In the current code, img_size argument is overridden by the proc_param['img_size'.] Wondering if it's always the case that 'img_size' stored...

Not sure why sometimes the alignment function returns very low optimal alignment score for almost identical sequences and hence no alignment is returned (query_begin == query_end in the result). Example:...

#### Describe your question Does ICP in libigl work with point clouds with no mesh structure? According to https://github.com/libigl/libigl/blob/3cb4894eaf8ea4610467189ca292be349425d44b/include/igl/iterative_closest_point.h seems the current implementation requires faces. Thanks, Bing #### Check all...

question
feature

Looks like the current way of including in "reg_common.h" can cause a linker error such as 'undefined reference to cblas_* function ...'. One fix is to apply the change below...