2. If you are using Python <=3.6,`pycocotools`installingmayfailedwitherrorlike`distutils.errors.DistutilsError:CouldnotfindsuitabledistributionforRequirement.parse('cython>=0.27.3')`, please install `cython` firstly, for example `pip install cython`
3. If you are working on Windows OS, 'cython_bbox' installing may failed because of the author has not published to pypi as of yet. So you can pip install directly from the github repo: