aws / aws/amazon-sagemaker-examples

2-metastases-detection-lineage-registry.ipynb failed CI

Open
#2,426 0 comments 0 reactions 0 assignees View on GitHub
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/2-metastases-detection-lineage-registry.ipynb

Error:

---------------------------------------------------------------------------
Exception encountered at "In [2]":
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
in
2 import sagemaker
3 import numpy as np
----> 4 import cv2
5
6 from inference_specification import InferenceSpecification

ModuleNotFoundError: No module named 'cv2'

Contributor guide

Open the contributing guide

Research direction

Start with use-cases/computer_vision/2-metastases-detection-lineage-registry.ipynb and inspect the imports in In [2], especially the failing cv2 import. Check the notebook's CI or dependency setup, then rerun the notebook validation; done means the missing-module error is resolved and CI passes.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, numpy, opencv
Domain
machine-learning, testing-qa
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.