tzler IAMJB HF staff commited on
Commit
6b3b2c3
1 Parent(s): 5f15159

Update README.md (#2)

Browse files

- Update README.md (1ed5469137b863517d0e8aa791cf4f38e91348a5)


Co-authored-by: JB D. <IAMJB@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -118,4 +118,17 @@ df = pandas.read_csv('MOCHI/assets/benchmark.csv')
118
  # extract trial info with the index from huggingface repo above
119
  df.loc[i_trial_index]['trial']
120
  ```
121
- This returns the trial, `shapegen2527`, which is the same as the huggingface dataset for this index.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
118
  # extract trial info with the index from huggingface repo above
119
  df.loc[i_trial_index]['trial']
120
  ```
121
+ This returns the trial, `shapegen2527`, which is the same as the huggingface dataset for this index.
122
+
123
+
124
+ ```
125
+ @misc{bonnen2024evaluatingmultiviewobjectconsistency,
126
+ title={Evaluating Multiview Object Consistency in Humans and Image Models},
127
+ author={Tyler Bonnen and Stephanie Fu and Yutong Bai and Thomas O'Connell and Yoni Friedman and Nancy Kanwisher and Joshua B. Tenenbaum and Alexei A. Efros},
128
+ year={2024},
129
+ eprint={2409.05862},
130
+ archivePrefix={arXiv},
131
+ primaryClass={cs.CV},
132
+ url={https://arxiv.org/abs/2409.05862},
133
+ }
134
+ ```