Heberto Mayorquin 65f6f03c99 gin commit from h-laptop | 2 months ago | |
---|---|---|
.. | ||
open_field_with_video | 2 months ago | |
README.md | 2 months ago | |
config.yaml | 2 years ago | |
m3v1mp4DLC_resnet50_openfieldAug20shuffle1_30000.h5 | 2 years ago |
Files produce by h.mayorquin@gmail.com on 2024-08-30 to generate complete test data for DLC in neuroconv.
This folder contains the ouput of running the sample data from the DeepLabCut repository notebook in the following link:
That goes under the Open Field label example.
The files are the output of running that algorithm as indicated in the notebook plus the
config.yaml
file that is an input of training of the model and is usually not in the same folder as the output files.
The complete list of files are:
The m3v1mp4.mp4
is the original video. The labeled video that goes under the name m3v1mp4DLC_resnet50_openfieldOct30shuffle1_1000_labeled.mp4
was processed with ffmpeg to reduce the size with the following command:
ffmpeg -i m3v1mp4DLC_resnet50_openfieldOct30shuffle1_1000_labeled.mp4 -vcodec libx264 -crf 28 -preset medium output.mp4