FluoSA inputs *.LIF and *.tif files, detects user-defined neural structures, and quantifies the fluorescence signal changes (frame-wise fluorescence intensity and the dF/F0) in these structures.
The outputs of FluoSA include:
-
An annotated video showing the detected neural structures:
-
Spreadsheets storing frame-wise fluorescence intensity in each detected neural structure:
-
Spreadsheets storing summary of fluorescence signal changes (dF/F0) in each detected neural structure:
python3 -m pip install FluoSA
https://developer.nvidia.com/cuda-11-8-0-download-archive?target_os=Windows&target_arch=x86_64
python3 -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
python3 -m pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118
python3 -m pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cpu
python3 -m pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2
In your terminal / command prompt, type:
FluoSA
Then the user interface will be initiated: