File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 # match ubuntu-22.04
16- python-version : ["3.9", "3.10", "3.10 "]
16+ python-version : ["3.9", "3.10", "3.11 "]
1717
1818 env :
1919 OS : ubuntu-22.04
Original file line number Diff line number Diff line change 1515import cv2
1616import numpy as np
1717import onnxruntime as ort
18- import pooch
1918import torch
2019import torchvision
2120import tqdm
@@ -176,7 +175,7 @@ def fetch(pull=False, config=DEFAULT_CONFIG):
176175 log .warning (f"Local model found at { model_path } but hash mismatch. Attempting fetch..." )
177176
178177 # Import the utility function from parent module
179- from scoutbot import MODEL_BASE_URL , QUIET , get_model_from_source
178+ from scoutbot import MODEL_BASE_URL , get_model_from_source
180179
181180 onnx_model = get_model_from_source (
182181 model_name = model_name ,
Original file line number Diff line number Diff line change 1414
1515import numpy as np
1616import onnxruntime as ort
17- import pooch
1817import torch
1918import tqdm
2019
@@ -85,7 +84,7 @@ def fetch(pull=False, config=DEFAULT_CONFIG):
8584 log .warning (f"Local model found at { model_path } but hash mismatch. Attempting fetch..." )
8685 # Proceed to download logic below
8786
88- from scoutbot import MODEL_BASE_URL , QUIET , get_model_from_source
87+ from scoutbot import MODEL_BASE_URL , get_model_from_source
8988
9089 onnx_model = get_model_from_source (
9190 model_name = model_name ,
You can’t perform that action at this time.
0 commit comments