Zhongyi Shui

Results 6 issues of Zhongyi Shui

Dear all, Thanks for the awesome work. I use the config file 'p2p_r50_fpns4_1x_fl_sl1_coco.py' to train P2PNet with the center annotations. But only 50.25 mAP is achieved. What should I do...

import os import SimpleITK as sitk import numpy as np data = np.load("ct/trn00022.npz") ct_data = data["ct"] ct = sitk.GetImageFromArray(ct_data) ct = sitk.Cast(ct, sitk.sitkInt16) ct.SetSpacing((0.8, 0.8, 0.8)) orientation = [1, 0,...

![Snipaste_2024-12-26_19-10-53](https://github.com/user-attachments/assets/79f33dd6-3ba2-4ce8-b8e6-d97218348fda)

How about the performance of directly generating the (bit encoded) panoptic mask conditioned on an image?