OpenCLIP
PyTorch
clip
vaishaal commited on
Commit
4563de3
1 Parent(s): 523eb04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,7 +41,7 @@ These weights are directly usable in OpenCLIP (image + text).
41
  | ImageNet-R | 0.937633 |
42
  | KITTI Vehicle Distance | 0.38256 |
43
  | MNIST | 0.8372 |
44
- | ObjectNet[^1] | 0.796867 |
45
  | Oxford Flowers-102 | 0.896834 |
46
  | Oxford-IIIT Pet | 0.966841 |
47
  | Pascal VOC 2007 | 0.826255 |
@@ -63,7 +63,7 @@ These weights are directly usable in OpenCLIP (image + text).
63
  | **Average** | **0.709421** |
64
 
65
 
66
- [^1]: Center-crop pre-processing used for ObjectNet (squashing results in 6pp lower accuracy)
67
  ## Model Usage
68
  ### With OpenCLIP
69
  ```
 
41
  | ImageNet-R | 0.937633 |
42
  | KITTI Vehicle Distance | 0.38256 |
43
  | MNIST | 0.8372 |
44
+ | ObjectNet <sup>1</sup> | 0.796867 |
45
  | Oxford Flowers-102 | 0.896834 |
46
  | Oxford-IIIT Pet | 0.966841 |
47
  | Pascal VOC 2007 | 0.826255 |
 
63
  | **Average** | **0.709421** |
64
 
65
 
66
+ [1]: Center-crop pre-processing used for ObjectNet (squashing results in 6pp lower accuracy)
67
  ## Model Usage
68
  ### With OpenCLIP
69
  ```