aws / aws/amazon-sagemaker-examples
4-metastases-detection-pipeline.ipynb failed CI
Open
- 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/use-cases/computer_vision/4-metastases-detection-pipeline.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
3 import numpy as np
4 import matplotlib.pyplot as plt
----> 5 import cv2
6
7 from sagemaker.workflow.pipeline import Pipeline
ModuleNotFoundError: No module named 'cv2'
Contributor guide
Assessment
This issue has not been assessed yet.