File tree 3 files changed +3
-3
lines changed
tests/integration/upload_processing
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
from sam2 .build_sam import build_sam2
11
11
from sam2 .sam2_image_predictor import SAM2ImagePredictor
12
12
from ultralytics import YOLO
13
- from ultralytics_4bands import YOLO as YOLO_4
13
+ from ultralytics_MB import YOLO as YOLO_4
14
14
15
15
from sketch_map_tool import celery_app as celery
16
16
from sketch_map_tool import get_config_value , map_generation
Original file line number Diff line number Diff line change 5
5
from PIL import Image , ImageEnhance
6
6
from sam2 .sam2_image_predictor import SAM2ImagePredictor
7
7
from ultralytics import YOLO
8
- from ultralytics_4bands import YOLO as YOLO_4
8
+ from ultralytics_MB import YOLO as YOLO_4
9
9
10
10
11
11
def detect_markings (
Original file line number Diff line number Diff line change 6
6
from sam2 .build_sam import build_sam2
7
7
from sam2 .sam2_image_predictor import SAM2ImagePredictor
8
8
from ultralytics import YOLO
9
- from ultralytics_4bands import YOLO as YOLO_4
9
+ from ultralytics_MB import YOLO as YOLO_4
10
10
11
11
from sketch_map_tool .config import get_config_value
12
12
from sketch_map_tool .upload_processing .detect_markings import (
You can’t perform that action at this time.
0 commit comments