Skip to content

CSDLLab/motor-behavior-recaption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motor Dynamics Analysis

Untangling the mechanism of neural dynamics and muscle dynamics.

Requirements

To install requirements:

pip install -r requirements.txt

Training

Train the models in this paper, run this command:

python tools/train_stgcn_generator.py --cfg experiments/stgcn_generator/calcium2muscle/ventral.yaml

Evaluation

To evaluate the models.

Dataset format

[
    {
        'data': pd.DataFrame,
        'images': [np.ndarray, ...]
    },
    ...
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published