Skip to content

Commit

Permalink
augmented dataset evaluation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbatista committed Nov 9, 2020
1 parent 9fbc231 commit 71290d2
Show file tree
Hide file tree
Showing 4 changed files with 3,377 additions and 0 deletions.
31 changes: 31 additions & 0 deletions benchmarks/augmented_dataset/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
sources:
root: data/augmented_dataset
extensions:
- mp4
- ogv
- webm
- avi

repr:
directory: data/benchmark_output/representations


processing:
frame_sampling: 1
save_frames: true
match_distance: 0.75
video_list_filename: video_dataset_list.txt
filter_dark_videos: true
filter_dark_videos_thr: 2
min_video_duration_seconds: 3
detect_scenes: true
pretrained_model_local_path: null
keep_fileoutput: true

database:
use: false
uri: postgres://postgres:admin@localhost:5432/videodeduplicationdb

templates:
source_path: data/templates/test-group/CCSI Object Recognition External/

Loading

0 comments on commit 71290d2

Please sign in to comment.