uber-research / UPSNet

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

ModuleNotFoundError: No module named 'lib.utils.colormap' #60

Closed liand23 closed 5 years ago

liand23 commented 5 years ago

When I run testing and set the vis_mask to be True, the base_dataset.py line 841 from lib.utils.colormap import colormap is calling for colormap, which is not found. Is it something is missing in the util folder?

lfdeep commented 5 years ago

I meet the same problems!

YuwenXiong commented 5 years ago

the colormap.py file is added