-
I am using `pydicom-seg` to create some dicomseg overlays for chest XRay dicom.
The segmentations are multiclass and overlapping in nature. Currently, I pass a 3D NumPy array to make the segmentatio…
-
Hi, thanks for your great work.
I downloaded the windows version of annotation tool and annotated my image using it.
The result text file contains only positions of 14 points and label.
To make my …
-
I had done the export or import of segmentation in volume, here is the link https://github.com/cornerstonejs/cornerstone3D/issues/664
Now what's missing is stack, does anyone know?
-
when I used segformer the Coda out of Memory, How much memory this Model need?, I used 4 GPUS, each GPU about 10G memory ,here is my config:
```python
model = dict(
type='EncoderDecoder',
…
-
使用文档中的Unet分割模型转成rknn部署到瑞芯微上提示该错误:
配置文件
![image](https://github.com/PaddlePaddle/FastDeploy/assets/63840313/8af1e89a-0dc8-4470-aa48-b318f69b0b03)
模型转换命令:
python paddle_infer_shape.py --model_di…
-
Das aktive Beobachten der KI-Aktivitäten ist ziemlich zeitaufwändig. Folgende Ideen (und Wünsche) hätte ich:
* Statistikbildschirm Senderimage mit Leben füllen, damit die Entwicklung des Image über d…
-
> Please provide us with the following information:
> ---------------------------------------------------------------
### This issue is a: (mark with an x)
- [X ] bug report -> please search issu…
-
-
hello, i try to figure out what am i doing wrong. I would like to analyse some mask rcnn model predictions created by 'test.py' via 'analyse_results.py' script but i'm getting an error.
**call of t…
-
For model training and testing, the accept label is in 1 dimension: [H, W].
But for ADE20k, in both old and new version, the label is in RGB format.
Also, I look up at the tools/convert_datasets/*…