Skip to content

Commit

Permalink
paper released
Browse files Browse the repository at this point in the history
  • Loading branch information
huzeyann committed Dec 5, 2023
1 parent 42b4cf5 commit 0f5b24e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 50 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
## Brain Decodes Deep Nets <br><sub> PyTorch Implementation</sub>


### [📄Paper](http://arxiv.org/abs/TODO) | [🌐Website](https://huzeyann.github.io/brain-decodes-deep-nets)
### [📄Paper](https://arxiv.org/abs/2312.01280") | [🌐Website](https://huzeyann.github.io/brain-decodes-deep-nets)

![theory](assets/brainnet.png)


> [**Brain Decodes Deep Nets**](http://arxiv.org/abs/TODO)<br>
> [**Brain Decodes Deep Nets**](https://arxiv.org/abs/2312.01280")<br>
> [Huzheng Yang](https://huzeyann.github.io/), [James Gee*](https://www.med.upenn.edu/apps/faculty/index.php/g5455356/p10656), [Jianbo Shi*](https://www.cis.upenn.edu/~jshi/)
> <br>University of Pennsylvania<br>
Expand Down Expand Up @@ -47,7 +47,7 @@ This repository contains:

## Data preparation
### Algonauts 2023
We do not have the right to redistribute the dataset. Please manually download and unzip `subj01.zip (4GB)` from the [algonauts 2023 challenge](http://algonauts.csail.mit.edu/), please fill in [this form](https://docs.google.com/forms/d/e/1FAIpQLSehZkqZOUNk18uTjRTuLj7UYmRGz-OkdsU25AyO3Wm6iAb0VA/viewform
We do not have the right to redistribute the dataset. Please manually download and unzip `subj01.zip (4GB)` from the [Algonauts 2023 challenge](http://algonauts.csail.mit.edu/), please fill in [this form](https://docs.google.com/forms/d/e/1FAIpQLSehZkqZOUNk18uTjRTuLj7UYmRGz-OkdsU25AyO3Wm6iAb0VA/viewform
) to get the download link.

The provided dataset implementation expect the following contents:
Expand Down Expand Up @@ -78,7 +78,7 @@ The brian encoding model training requires PyTorch 2.0, pytorch-lightning and to
*[conda](https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html)* - Clone the repository and then create and activate a `brainnet` conda environment using the provided environment definition:

```shell
conda env create -f environment.yaml
conda env create -f conda_env.yaml
conda activate brainnet
```

Expand Down Expand Up @@ -164,10 +164,10 @@ The code and model weights are licensed under CC-BY-NC. See [`LICENSE.txt`](LICE
## BibTeX

```bibtex
@article{TODO,
@article{yang_brain_2023,
title={Brain Decodes Deep Nets},
author={Yang, Huzheng and Gee, James and Shi, Jianbo},
year={2023},
journal={arXiv preprint arXiv:TODO},
journal={arXiv preprint arXiv:2312.01280},
}
```
Binary file modified assets/brain.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 0 additions & 32 deletions brainnet/write_roi_to_file.py

This file was deleted.

File renamed without changes.
12 changes: 0 additions & 12 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
import setuptools

# with open('requirements.txt') as f:
# required = f.read().splitlines()

setuptools.setup(
name="brainnet",
version="0.1.0",
# url="https://github.com/kiwidamien/roman",
author="Huzheng Yang",
author_email="[email protected]",
description="Brain Decodes Deep Nets",
# long_description=open('DESCRIPTION.rst').read(),
packages=setuptools.find_packages(),
# install_requires=required,
# classifiers=[
# 'Programming Language :: Python',
# 'Programming Language :: Python :: 3',
# 'Programming Language :: Python :: 3.6',
# ],
# include_package_data=True,
# package_data={'': ['roi_masks/*.npy']},
)

0 comments on commit 0f5b24e

Please sign in to comment.