Skip to content

Commit 26252ae

Browse files
committed
Remove references to OSF project
1 parent 4b802b6 commit 26252ae

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

src/examples/colors/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Paper and Appendix
44

5-
The paper and appendix can be found [here](./docs/)
5+
The paper and appendix can be found [here](./docs/).
66

77
## Setup
88
After setting up the `eff_conv` environment, install the proper prerequisites:
@@ -37,7 +37,7 @@ This will create the files `color_reg.png`, `color_rot.png`, and `color_diff.png
3737

3838
### Minimizing Data
3939

40-
The raw model files for each experiement are very large (ranging from 250 MB for artifical models to over 14 GB for the color model). In order to distribute the data and for ease of iteration, we provide minimized `.csv` files containing the relevant data in the GitHub repository. We also include the raw model files we generated [here](https://osf.io/x3dkz/).
40+
The raw model files for each experiement are very large (ranging from 250 MB for artifical models to over 14 GB for the color model). In order to distribute the data and for ease of iteration, we provide minimized `.csv` files containing the relevant data in the GitHub repository.
4141

4242
If you wish to run this experiment with your own data, after doing the data generation for experiment 1 and 2 you will need to generate the `.csv` files using the following command:
4343

src/examples/colors/data/download.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ unzip IB_color_naming_model.zip
1212
mv IB_color_naming_model/IB_color_naming.pkl model.pkl
1313
rm -r IB_color_naming_model
1414
rm IB_color_naming_model.zip
15-
16-
# TODO: OSF Data

0 commit comments

Comments
 (0)