DeepSceneSeg / EfficientPS

PyTorch code for training EfficientPS for Panoptic Segmentation

Home Page:http://panoptic.cs.uni-freiburg.de/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem with converting cityscapes

nazib opened this issue · comments

Hi
Thanks for the great work and sharing code. I tried to use " python tools/convert_cityscapes.py" but getting error "ModuleNotFoundError: No module named 'pycococreatortools'". I installed python api of coco dataset and still getting this error. Any Idea why is this happening?

kind regards

download the api from here by doing : pip install git+https://github.com/waspinator/pycococreator.git@0.2.0