lbr

Results 11 comments of lbr

same question, have you solved it?

> 就是版本兼容问题,可以选择从源码安装,亲测安装成功 改下requestments: nltk==3.4.5 numpy==1.23.3 six==1.11.0 scikit-learn==0.24.1 sentencepiece==0.1.86 > > 改下setup.py: install_requires=[ "nltk == 3.4.5", "numpy == 1.23.3", "six == 1.11.0", "scikit-learn == 0.24.1", "sentencepiece == 0.1.86"] 大佬,我想问一下你的paddle版本和python版本都是什么呀,我还是报错

@Nimisha-Pabbichetty Hello, have you solved this problem?

OK, I get it. Thank you very much! I will train it longer later. Another question, when I view the "draw_ellipses" folder in the Synthetic Shapes datasets, I found that...

OK, I got it! Thank you very much for your reply!

Thank you for your advice! I have adjusted the depth_trunc accroding to the scene. The [Open3D WARNING] Write PLY failed: mesh has 0 vertices is missed. But the error still...

post processing the mesh to have 1000 clusterscluster_to_kep [Open3D DEBUG] [ClusterConnectedTriangles] Compute triangle adjacency [Open3D DEBUG] [ClusterConnectedTriangles] Done computing triangle adjacency [Open3D DEBUG] [ClusterConnectedTriangles] Done clustering, #clusters=325 Traceback (most recent...

Should I adjust the value of n_cluster?

In the paper, the authors mention ‘We assume fixed camera intrinsics across the entire dataset, with a focal length of 4.26 × image width’. The FFHQ dataset is given the...