Skip to content

Commit

Permalink
specific explanation of frame_selection_height
Browse files Browse the repository at this point in the history
  • Loading branch information
klwetstone committed Oct 18, 2021
1 parent 2a5b628 commit 55741b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions zamba/data/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,9 @@ class VideoLoaderConfig(BaseModel):
megadetector_lite_config (MegadetectorLiteYoloXConfig, optional): Configuration of
MegadetectorLiteYoloX frame selection model.
frame_selection_height (int, optional): Resize the video to this height in pixels, prior to
frame selection. If None, the full size video will be used for frame selection. This is
recommended for MegadetectorLite, especially if your species of interest are smaller.
frame selection. If None, the full size video will be used for frame selection. Using full
size images (setting to None) is recommended for MegadetectorLite, especially if your
species of interest are smaller.
frame_selection_width (int, optional): Resize the video to this width in pixels, prior to
frame selection.
total_frames (int, optional): Number of frames that should ultimately be returned.
Expand Down

0 comments on commit 55741b7

Please sign in to comment.