Spaces:
Running
on
Zero
Running
on
Zero
Update clip_zero_shot_classifier.py
Browse files
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 |
"""
|