aws / aws/amazon-sagemaker-examples
Image-classification-multilabel-lst.ipynb failed CI
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
Link to the notebook:
https://github.com/aws/amazon-sagemaker-examples/blob/master/introduction_to_amazon_algorithms/imageclassification_mscoco_multi_label/Image-classification-multilabel-lst.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [6]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
----> 1 from pycocotools.coco import COCO
2 import numpy as np
3 import os
4
5 annFile='./annotations/instances_val2017.json'
ModuleNotFoundError: No module named 'pycocotools'
Contributor guide
Assessment
This issue has not been assessed yet.