cogtoolslab / physics-benchmarking-neurips2021

Repo for "Physion: Evaluating Physical Prediction from Vision in Humans and Machines", presented at NeurIPS 2021 (Datasets & Benchmarks track)
MIT License
59 stars 3 forks source link

enable automatic dataset uploading / downloading #22

Closed judithfan closed 3 years ago

judithfan commented 3 years ago

Similar to: https://github.com/dicarlolab/dldata/blob/2c6cfd038861bbcff94be6c8897768179aff74fc/dldata/stimulus_sets/rust_datasets.py

TODO: replace with pointers to public repos

felixbinder commented 3 years ago

generate_metadata.ipnyb now saves out a json with the used stimuli (including link to hdf5s on S3), and upload_to_s3.ipnyb now also uploads the hdfs5 to S3. Is that sufficient?

judithfan commented 3 years ago

Also, the addition of generate_dataframes.py generates the human behavioral dataframes using data in mongo, and download_results.py should now work as a public interface to our modeling & behavioral results. I'm going to close this issue now.