PyMIC icon indicating copy to clipboard operation
PyMIC copied to clipboard

Results 10 PyMIC issues
Sort by recently updated
recently updated
newest added

There is no config file found here, which is different from the example. How can I use this project to train my own dataset and where should the dataset be...

hi,你好。我已经运行了pip install pymic 和安装了requirements .txt 现在我想开始跑实例程序,就是第一个的那个蚂蚁蜜蜂,但是遇到了问题。 ![image](https://github.com/HiLab-git/PyMIC/assets/116193305/685f1568-632c-4edf-ab85-e16f891e3596) pymic应该是一个python包吧,为什么这里会有一个命令,叫什么pymic_train (这个命令不是linux命令)?? 我的安装步骤是不是少了一步添加路径之类的操作啊,我以为直接pip install pymic就行了,但是好像没有添加到环境路径里面。最好是能够添加到当前的虚拟环境里面。请问要怎么添加到路径啊

Sorry to bother. I use pip install PYMIC for the latest 0.4.0 version. And use it to run projects using pymic but have this issue. together with something else, seems...

A problem was encountered while running on the window system ![image](https://github.com/HiLab-git/PyMIC/assets/80387024/0cea8c04-ec92-4067-9f27-537d9f588c5e)

When I run the Pymic_examples , I found a problem in the function logging.basicConfig in the file train.py. This function call the function datetime.now() and use it in the filename.However...

nice work! PyMIC seems to have dependencies on `ml_collections`, `einops`,`monai` , but these packages aren't declared in setup.py. Someone who use `PyMIC` may still need to run `pip install ml_collections...

nice work! I obtained good results using a private dataset for a four-class classification [0,100,200,255]. However, I encountered a puzzling issue. When I used the command "pymic_nll test config/unet_trinet.cfg" to...

both old version and new versions have issues on colab error in new version of pymic: /content/drive/MyDrive/MyoPS2020/project/PyMIC/pymic/util Traceback (most recent call last): File "/content/drive/MyDrive/MyoPS2020/project/PyMIC/pymic/util/evaluation_seg.py", line 16, in from pymic.util.general import...

I wanted to save the augmented,... data , Actually I want to use only the preprocessing of Pymic on my own model. what is the approach?

I wanna change some of the layers, what approach you recommend? I wanna change the unet locally, any advice?