{ "api": { "host" : "127.0.0.1", "port" : 4567, "protocol_http": "http", "protocol_ws": "ws", "ping_interval": 10000 }, "resources": { "host_thumbnails" : "http://localhost/thumbnails/:o/:s.jpg", "host_objects": "http://localhost/data" "suffix_default":".jpg", "suffix": { "IMAGE": "png", "VIDEO": "png" } }, "competition": { "teamid": 2, "toolid": 1, "endpoint": "https://interactivevideoretrieval.com/", "log": false, "lsc": false, "vbs": false, "dres": false }, "mlt": { "VIDEO": ["scenecaption", "localfeatures", "objectInstances"], "IMAGE": ["scenecaption", "localfeatures", "objectInstances"] }, "query": { "history": 0, "options": { "image": false, "audio": false, "model3d": false, "motion": false, "text": true, "tag": true, "semantic": false, "boolean": false }, "text": { "categories": [ ["ocr", "Text on Screen"], ["asr", "Audio"], ["scenecaption", "Description"] ] }, "boolean": [ ["Example Freetext", "TEXT", "features_daily.text"], ["Example Dropdown", "OPTIONS", "features.option", "ONE", "TWO", "THREE"], ["Example Range", "RANGE", "features.range", 5, 20], ["Example Dynamic Options", "DYNAMICOPTIONS", "features.option", "features", "option"] ], "staged": true }, "refinement": { "filters": [ ["dominantcolor.color", "CHECKBOX"], ["technical.duration", "SLIDER"] ] } }