Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jesicasusanto committed May 26, 2023
1 parent 95c9aa9 commit a87f667
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions openadapt/strategies/mixins/sam_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
class MyReplayStrategy(SAMReplayStrategyMixin):
...
"""
import io
from pprint import pformat
from mss import mss
import mss.base
import numpy as np
from segment_anything import SamPredictor, sam_model_registry,SamAutomaticMaskGenerator
import time
from PIL import Image
from loguru import logger
from openadapt.events import get_events
Expand All @@ -23,11 +20,7 @@ class MyReplayStrategy(SAMReplayStrategyMixin):
from pathlib import Path
import urllib
import numpy as np
import torch
import matplotlib.pyplot as plt
import cv2
import json
import requests

from openadapt.strategies.base import BaseReplayStrategy

Expand Down

0 comments on commit a87f667

Please sign in to comment.