tzler commited on
Commit
a57dd65
1 Parent(s): cca0643

update readme

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -102,4 +102,24 @@ for i_plot in range(len(i_trial['images'])):
102
  plt.axis('off')
103
  plt.show()
104
  ```
105
- <img src="example_trial.png" alt="example trial"/>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
  plt.axis('off')
103
  plt.show()
104
  ```
105
+ <img src="example_trial.png" alt="example trial"/>
106
+
107
+ The complete results on this benchmark, including all of the human and model (e.g., DINOv2, CLIP, and MAE at multiple sizes), can be downloaded from the github repo:
108
+
109
+ ```
110
+ git clone https://github.com/tzler/MOCHI.git
111
+ ```
112
+
113
+ And then imported with a few lines of code:
114
+
115
+ ```python
116
+
117
+ import pandas
118
+
119
+ # load data the github repo we just cloned
120
+ df = pandas.read_csv('MOCHI/assets/benchmark.csv')
121
+ # extract trial info with the index from huggingface repo above
122
+ df.loc[i_trial_index]['trial']
123
+ ```
124
+
125
+ This returns the trial, `shapegen2527`, which is the same as the huggingface dataset for this index.