uber-research / UPSNet

UPSNet: A Unified Panoptic Segmentation Network
Other
645 stars 120 forks source link

Unified panoptic output error #120

Open discretecoder opened 4 years ago

discretecoder commented 4 years ago

I am getting the following error. I am training on 8+1 thing and 32 total classes and my weights are also matching the number of classes but I am still getting this error while trying to save paoptic output. has anyone seen this error thanks

ValueError: could not broadcast input array from shape (1024,780,3) into shape (1024)

wshilaji commented 3 years ago

Have you solved this problem?I meet this question too