kushaangupta / DBscorer

Automatic Mobility Based Behavioral Quantification ( Forced Swim Test, Tail Suspension Test )

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBscorer

Automatic Mobility Based Behavioral Quantification ( With Option for Manual Scoring )

Forces swim test and Tail suspension test automation

No of Visits

Demo

DBscorer.Installation.and.Use.360p.mp4

DBScorer Executable

Prerequisites for Deployment

Verify that version 9.9 (R2020b) of the MATLAB Runtime is installed.
If not, you can run the MATLAB Runtime installer. To find its location, enter >>mcrinstaller at the MATLAB prompt. NOTE: You will need administrator rights to run the MATLAB Runtime installer.

Alternatively, download and install the Windows version 9.9 (R2020b) of the MATLAB Runtime for R2020b from the following link on the MathWorks website

Run DBscorer.exe.

For the video conversion you can use any converter which works for you. But if you want to use ffmpeg here is how we did it. **For Using ffmpeg

Download from the ffmpeg website.

After installing check if below folder exists. C:\ffmpeg\ffmpeg

Create the following folder. C:\ffmpeg\Converted_Videos

Put the videos in a folder along with ffmpeg_convert.bat file.

Double click to start conversion.

Alternatively you can drag and drop files on the batch file to start conversion.

You can edit the .bat file in notepad.

You can also create the .bat file by pasting the below line in notepad and saving it as .bat file.

for %%a in (".") do C:\ffmpeg\ffmpeg -i "%%a" -codec:v libx264 -crf 20 -vf scale=480:-1 -r 15 -an "C:\ffmpeg\Converted_Videos%%~na.mp4

Published in eNeuro

Please cite the paper if you use the code for analysis.

About

Automatic Mobility Based Behavioral Quantification ( Forced Swim Test, Tail Suspension Test )

License:GNU General Public License v3.0


Languages

Language:MATLAB 99.7%Language:Batchfile 0.3%