Skip to content

Instantly share code, notes, and snippets.

@batalov
Created August 8, 2019 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save batalov/7a4da6d2e24fdf91a4bcfba594b8dbc5 to your computer and use it in GitHub Desktop.
Save batalov/7a4da6d2e24fdf91a4bcfba594b8dbc5 to your computer and use it in GitHub Desktop.
eyetropy config example
{
tensorFlow: {
numberOfChannels: 3,
model: 'mobilenet',
},
splitImages: {
// extracts one frame every 5 seconds
frameRate: '1/5',
timeLength: 5,
},
frameExtractionTempDir: '/some_path',
imgNumberOcrTempDir: '/some_other_path',
imgDiff: {
originalImageDir: '/Users/usr/img',
},
imgCropper: {
rectangle: 'custom',
width: 100,
height: 60,
top: 0,
left: 1000,
},
imgNumberOcr: {
lang: 'eng',
oem: 1,
psm: 6,
stripNonDigits: true,
},
tensorFlow: {
numberOfChannels: 3,
model: 'mobilenet',
},
vmafMotionAvg: {
timeLength: 5,
},
detectBlackness: {
timeLength: 5,
},
detectFreezes: {
timeLength: 5,
},
detectSilentParts: {
timeLength: 5,
},
entropy: {
frameRate: '25',
timeLength: 5,
},
bitplaneNoise: {
frameRate: '25',
timeLength: 5,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment