UPSNet icon indicating copy to clipboard operation
UPSNet copied to clipboard

UPSNet: A Unified Panoptic Segmentation Network

Results 76 UPSNet issues
Sort by recently updated
recently updated
newest added

I have a difficulty in understanding what the dataset structure looks like. Can someone guide me or give a reference where I can read it for myself? Because the model...

Hi, I have been facing this issue from two days, I tried to figure that out but could not come up with a solution. I would really appreciate if someone...

Hi, Thank you very much for the great repo. However, I have hard time in finding the panoptic head code. I can find the code for instance and semantic heads...

Hi, I would like to get the summary of the model using pytorchsummary. I used below code for the same in `upsnet_end2end_train.py` `input_shape = [1, 3, 224, 224], summary(train_model, input_shape)`...

Hey Guys, i'm currently trying to use the networt with coco_4_gpu on infering one image. I'm inputting: -jpg image with 1280x720 img = cv2.imread('00000001.jpg') img = cv2.resize(img,(1280,720),interpolation=cv2.INTER_CUBIC) img = img.transpose(2,...

How to test my images?

when I run python upsnet/upsnet_end2end_train.py --cfg upsnet/experiments/upsnet_resnet50_coco_4gpu.yaml,this question happened ``Traceback (most recent call last): File "upsnet/upsnet_end2end_train.py", line 403, in upsnet_train() File "upsnet/upsnet_end2end_train.py", line 257, in upsnet_train data, label, _ =...

how to infer one image? Still need 4 or 8 GPU?I just wanna infer.

I am on Ubuntu 18.04 and have installed pytorch via: conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch It works and uses the systems GPU fine. When running the init.sh...

Thank you for your excellent work. On my own dataset, PQ calculation of stuff class is wrong. Can you tell me what else I should pay attention to? 2020-06-19 19:17:10,088...