Skip to content

Commit

Permalink
Merge pull request #18 from ttngu207/main
Browse files Browse the repository at this point in the history
minor update in `File`  table for consistency
  • Loading branch information
CBroz1 authored May 5, 2022
2 parents 1062b4b + 55e3040 commit 0c71ecb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion element_deeplabcut/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class RecordingInfo(dj.Imported):
nframes : smallint # number of frames
fps = NULL : int # (Hz) frames per second
recording_datetime = NULL : datetime # Datetime for the start of the recording
recording_duration = NULL : float # video duration in seconds
recording_duration : float # video duration (s) from nframes / fps
"""

@property
Expand Down
2 changes: 2 additions & 0 deletions element_deeplabcut/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ class File(dj.Part):
definition = """
# Paths of training files (e.g., labeled pngs, CSV or video)
-> master
file_id: int
---
file_path: varchar(255)
"""

Expand Down

0 comments on commit 0c71ecb

Please sign in to comment.