DawnC commited on
Commit
05b8fc5
·
verified ·
1 Parent(s): 4a76a7e

Update clip_zero_shot_classifier.py

Browse files
Files changed (1) hide show
  1. clip_zero_shot_classifier.py +1 -0
clip_zero_shot_classifier.py CHANGED
@@ -6,6 +6,7 @@ import numpy as np
6
  from typing import List, Dict, Tuple, Optional, Union, Any
7
 
8
  from landmark_data import ALL_LANDMARKS, get_all_landmark_prompts
 
9
 
10
  class CLIPZeroShotClassifier:
11
  """
 
6
  from typing import List, Dict, Tuple, Optional, Union, Any
7
 
8
  from landmark_data import ALL_LANDMARKS, get_all_landmark_prompts
9
+ from landmark_activities import LANDMARK_ACTIVITIES
10
 
11
  class CLIPZeroShotClassifier:
12
  """