ShangWeiKuo

Results 9 issues of ShangWeiKuo

### 🐛 Describe the bug Excuse me. I installed ColossalAI following the ways you provided with. After running the command "pip install colossalai==0.1.10+torch1.12cu11.3 -f https://release.colossalai.org", I got the message stated...

bug

I've added **.ndpi** on the line 190 ( settings.MONAI_LABEL_DATASTORE_FILE_EXT = ["*.ndpi", "*.svs", "*.png", "*.npy", "*.tif", ".xml"] ) in the **MONAILabel/sample-apps/pathology/main.py**. However. When I start MONAI Label Server to launch pathology...

### 🐛 Describe the bug Excuse me. When I enter the command "colossalai run --nproc_per_node 4 --host [host1 ip addr],[host2 ip addr] --master_addr [host1 ip addr] train.py", I got this...

Exceuse me, I got the Indexerror like the picture below when running Stain_Color_Normalization.py in train mode. Is there a bug in Sample_Provider.py or the problem of batch size? ![image](https://user-images.githubusercontent.com/26018604/204459228-e2a29156-57f3-4098-872a-e5a183098886.png)

### Branch main branch (mmpretrain version) ### Describe the bug This is my custom code for configs/_base_/dasetsets/PN_bs64_pil.py. After running the command **mim train mmpretrain ...**, I got the runtime error...

Excuse me, When I performed model inference on peoplenet, the output I got is "expecting 1 output, got 2" as the picture below. ![image](https://user-images.githubusercontent.com/26018604/201055652-f126723f-76d9-493f-8dc9-50bb171f01cd.png) What contents should I change in...

Hello. I tried conducting mask registration with two 2D dicom masks. However. I got the error message which shows that **The number of pixels along dimension 2 is less than...

Hello. When I ran the function **model.predict_instances_big(img, axes='YXC', block_size=4096, min_overlap=128, context=128, normalizer=normalizer, n_tiles=(4,4,1))**, I got the error message showing that **DNN library is not found.** How should I do to...

bug

Hello. I have some questions to your methods of training NaViT model: 1. How did you do to train NaViT model without resizing the input data ? 2. What did...