pangyuteng

Results 14 comments of pangyuteng

Thank you Connor323 for sharing! I have made a dockerfile to build the cxx code within a container, also provided a few scripts for getting a sample image and to...

@henanjun, in the .cxx file, replace `Regiongrowing::Regiongrowing` with just `Regiongrowing`. updated code available in https://github.com/Connor323/Lung-Lobes-Segmentation-in-CT-Scans/pull/10

@Arnoldo29 we had a similar situation. We had to build SimpleElastix using a base docker container with SimpleITK installed. After building, and `python setup.py install`, we simply ran `pip uinstall...

To those using rabbitmq as broker, please checkout the "Warning" section under "Calling - ETA and Countdown". https://docs.celeryq.dev/en/stable/userguide/calling.html#eta-and-countdown Due to rabbitmq version updates, your rabbitmq config may need to be...

Thanks @konopczynski for sharing this repo! :pray: :pray: :pray: I've found this repo via this article. https://pubmed.ncbi.nlm.nih.gov/36324304 For future readers, I've made a few tweak so that the code can...

@katielink to my knowledge, inference of all organs requires running inference for several models, further, a bit of a post processing is involved (see https://github.com/wasserth/TotalSegmentator/blob/master/totalsegmentator/nnunet.py#L331 ). On top of that,...

Extremely cool project and thanks for sharing the code and weights to the public. Thank you @adalca !! Kudos to @ahoopes for adding the `rescale` flag in class `Transform` (8f3f519)...

likely encoutering similar issue. I get no tracebacks after running `gradio cc dev` in terminal, accessing `http://127.0.0.1:7862` renders the "Loading..." view, firefox console shows some errors (pasted below) which looks...

i am a javascript noob. i guess mine is a different issue? ![image](https://github.com/gradio-app/gradio/assets/5231403/bc83b570-4cf6-43e2-9f4d-93aa6934529e)

fyi. I had no issues loading to itksnap. -- single nifti can be generated using wasserth's convenience method `from totalsegmentator.libs import combine_masks_to_multilabel_file` Output organs from TotalSegmentator looks amazing (testing on...