Heberto Mayorquin 65f6f03c99 gin commit from h-laptop 2 months ago
..
open_field_with_video dbf6c89bfc gin commit from h-laptop 2 months ago
README.md 65f6f03c99 gin commit from h-laptop 2 months ago
config.yaml 58ae6143e1 added stuff 2 years ago
m3v1mp4DLC_resnet50_openfieldAug20shuffle1_30000.h5 58ae6143e1 added stuff 2 years ago

README.md

open_field_with_video

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:

https://colab.research.google.com/github/DeepLabCut/DeepLabCut/blob/master/examples/COLAB/COLAB_DEMO_mouse_openfield.ipynb

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:

  • config.yaml
  • m3v1mp4DLC_resnet50_openfieldOct30shuffle1_1000.h5
  • m3v1mp4DLC_resnet50_openfieldOct30shuffle1_1000_labeled.mp4
  • m3v1mp4DLC_resnet50_openfieldOct30shuffle1_1000_meta.pickle
  • m3v1mp4.mp4

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