tangketan

Results 3 issues of tangketan

I have a user-defined point type "Point" and it's displayed fine. But a reference to Point is not displayed. E.g. Point p(100,100); // p is displayed OK Point& pr=p; //...

I noticed fTetWild is much slower than CGAL, usually 10 times slower, and the CPU usage is quite low. Is it that the project is not fully parallelized?

在跑gradio.ipynb时遇到这个问题 ImportError: cannot import name 'load_sequential_sampler' from 'numpy_io.pytorch_loader.dataloaders' (/home/arthur/miniconda3/lib/python3.10/site-packages/numpy_io/pytorch_loader/dataloaders.py) 看起来是deep_learning跟numpy_io库不匹配,numpy_io里没有load_sequential_sampler这个函数。但这两个库我都是用pip安装的最新版。它俩的版本要求是怎样的?