Pingjun Chen

Results 3 issues of Pingjun Chen

I would like to build the Slicer-PETDICOMExtension on my own computer as a command-line tool to use. PETDICOMExtension seems to need to pre-install some libraries, such as Slicer, DCMTK, ITK,...

**Describe the bug** Current plot_results() can't handle the attributes of predictions/ground_truth and the shape well. Updated version from my side below: def plot_results( self, imgs: Union[torch.Tensor, np.ndarray], predictions: dict, ground_truth:...

**Describe the bug** Inside the function **_clean_edge_cells** of class **CellPostProcessor** inside [cell_detection.py](https://github.com/TIO-IKIM/CellViT/blob/main/cell_segmentation/inference/cell_detection.py), it directly indexes the first element of edge_information["edge_patches"] via "edge_information["edge_patches"][0]", which can lead to an error, since the...