You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are on a crunch now for a project but in a future project that uses DeepLabCut's config.yaml we should figure out what more metadata could be extracted from those configuration files. From the test data it seems that at least the names of the body parts could be incluced as metadata somewhere.
This is the config.yaml file contents from the test data that we have on gin:
# Project definitions (do not edit)Task: openfieldscorer: Pranavdate: Aug20multianimalproject: falseidentity:
# Project path (change when moving around)project_path: /Users/sakshamsharda/Documents/NWB/GIN/behavior_testing_data/DLC# Annotation data set configuration (and individual video cropping parameters)video_sets:
/Data/openfield-Pranav-2018-08-20/videos/m1s1.mp4:
crop: 0, 640, 0, 480/Data/openfield-Pranav-2018-08-20/videos/m1s2.mp4:
crop: 0, 640, 0, 480/Data/openfield-Pranav-2018-08-20/videos/m2s1.mp4:
crop: 0, 640, 0, 480/Data/openfield-Pranav-2018-08-20/videos/m3s1.mp4:
crop: 0, 640, 0, 480/Data/openfield-Pranav-2018-08-20/videos/m3s2.mp4:
crop: 0, 640, 0, 480/Data/openfield-Pranav-2018-08-20/videos/m4s1.mp4:
crop: 0, 640, 0, 480/Data/openfield-Pranav-2018-08-20/videos/m5s1.mp4:
crop: 0, 800, 0, 800/Data/openfield-Pranav-2018-08-20/videos/m6s1.mp4:
crop: 0, 800, 0, 800/Data/openfield-Pranav-2018-08-20/videos/m6s2.mp4:
crop: 0, 800, 0, 800/Data/openfield-Pranav-2018-08-20/videos/m7s1.mp4:
crop: 0, 800, 0, 800/Data/openfield-Pranav-2018-08-20/videos/m7s2.mp4:
crop: 0, 800, 0, 800/Data/openfield-Pranav-2018-08-20/videos/m7s3.mp4:
crop: 0, 800, 0, 800/Data/openfield-Pranav-2018-08-20/videos/m8s1.mp4:
crop: 0, 800, 0, 800bodyparts:
- snout
- leftear
- rightear
- tailbasestart: 0stop: 1numframes2pick: 20# Plotting configurationskeleton: []skeleton_color: blackpcutoff: 0.4dotsize: 8alphavalue: 0.7colormap: jet# Training,Evaluation and Analysis configurationTrainingFraction:
- 0.95iteration: 1default_net_type: resnet_50default_augmenter: defaultsnapshotindex: -1batch_size: 1# Cropping Parameters (for analysis and outlier frame detection)cropping: false#if cropping is true for analysis, then set the values here:x1: 0x2: 640y1: 277y2: 624# Refinement configuration (parameters from annotation dataset configuration also relevant in this stage)corner2move2:
- 50
- 50move2corner: truecroppedtraining:
The text was updated successfully, but these errors were encountered:
Currently, we are only extracting the task as a session description and experimenter:
neuroconv/src/neuroconv/datainterfaces/behavior/deeplabcut/deeplabcutdatainterface.py
Lines 55 to 66 in 727228c
We will make this optional.
We are on a crunch now for a project but in a future project that uses DeepLabCut's
config.yaml
we should figure out what more metadata could be extracted from those configuration files. From the test data it seems that at least the names of the body parts could be incluced as metadata somewhere.This is the
config.yaml
file contents from the test data that we have on gin:The text was updated successfully, but these errors were encountered: