uber-research / UPSNet

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

Error related with allocate memory #101

Open BloomBabe opened 4 years ago

BloomBabe commented 4 years ago

I set cpu_num variable in base_dataset.py to 1 to avoid memory issue, but i got an error: [[0, 0, 0], [0, 0, 0], [0, 0, 0], ..., [0, 0, 0], [0, 0, 0], [0, 0, 0]]], dtype=uint8)]'. Reason: 'error("'i' format requires -2147483648 <= number <= 2147483647",)' I also tried to remove all multi-thread code, but had problem with this error: annotations.extend(p[0]) 'function' object is not iterable