aws / aws/amazon-sagemaker-examples
1-metastases-detection-train-model.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/use-cases/computer_vision/1-metastases-detection-train-model.ipynb
Error:
---------------------------------------------------------------------------
Exception encountered at "In [3]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
9 from tqdm import tqdm
10 import matplotlib.pyplot as plt
---> 11 import cv2
ModuleNotFoundError: No module named 'cv2'
Contributor guide
Research direction
Start with the linked 1-metastases-detection-train-model.ipynb and reproduce the failure at In[3], where importing cv2 raises ModuleNotFoundError. Inspect how the CI environment provides notebook dependencies and verify the notebook runs successfully there. Done means the CI execution completes without the missing cv2 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- jupyter-notebook, opencv
- Domain
- ci-cd, computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100