Lance Luo
Lance Luo
``` File "/Users/lance/anaconda2/lib/python2.7/site-packages/yacs/config.py", line 513, in _check_and_coerce_cfg_value_type original_type, replacement_type, original, replacement, full_key ``` The error occurs in `merge_from_file('xxx.yml')` when I defined a `path=''` in the default config and in the...
Pymesh boolean is too slow for merge two meshs, is there any way to put the mesh into cuda, like deep learning?
我最近想根据热力图区域从原图上裁减crop,然后resize到原始size去训练同一个网络,然后基于你这个实现了cpu版的,有些连通域操作需要用opencv和scikit-image去实现,然后transform中的resize也没法对cuda变量操作,导致训练特别慢,请问这个有办法实现cuda版本吗?
In some case, i find the speed of pymeshlab code snipest elapsed very different time-consume. And i tested simply to verify this. In experiment1(test1.py): i run the code tempelate: ```...
with same mesh file, i tested in MacOS, Windows, Linux with loop subvision and decimate, here are results: macos and windows: ``` vertex: 321098, faces: 642208 loop: 10.47s decimate: 8.97s...
Hi, about the livermask, there're some question: Judging by checking the *-ori.nii data, i find the livermask has little false positiver in view of liver slice, which is pretty good!...
Hi, have to say, it's a awesome tools for pytorch! Will you continue to fix this for more convincent way to fit model? Just like the `Keras`: model.fit_generator, which is...
When i run the 'UseClassifier.py', the script consume about 30 minutes. That's too long for just predict for a volume? Is there anywhere to accelerate the script? And can you...
I have done this before with the same training data. Can you make a tutorial for the challenge "Pulmonary Vasculature Segmentation" in the same workstation.
The picture as show in README is beautiful, than may i ask how to get such a 3D reconstruction ? can you show the code in someway?