Skip to content

Commit

Permalink
emd
Browse files Browse the repository at this point in the history
  • Loading branch information
lllyasviel committed Nov 1, 2023
1 parent 304de03 commit cdc4af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions annotator/clipvision/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
clip_vision_h_uc = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'clip_vision_h_uc.data')
clip_vision_h_uc = torch.load(clip_vision_h_uc)['uc']

clip_vision_vith_uc = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'clip_vision_vith_uc.data')
clip_vision_vith_uc = torch.load(clip_vision_vith_uc)['uc']


class ClipVisionDetector:
def __init__(self, config):
Expand Down
Binary file added annotator/clipvision/clip_vision_vith_uc.data
Binary file not shown.

0 comments on commit cdc4af5

Please sign in to comment.