UNPKG

cntk-video-tagging-tool

Version:

An electron app for building end to end Object Detection Models with CNTK from Sample Videos.

30 lines (29 loc) 707 B
{ "name": "cntk-video-tagging-tool", "version": "1.0.6", "description": "An electron app for building end to end Object Detection Models with CNTK from Sample Videos.", "main": "main.js", "scripts": { "start": "electron ." }, "repository": "https://github.com/CatalystCode/CNTK-Video-Tagging-Tool/", "keywords": [ "Video-Tagging", "CNTK", "Deep-Learning", "Object-Detection" ], "readme":"README.md", "author": "aribornstein", "license": "MIT", "devDependencies": { "bower": "^1.7.2" }, "dependencies": { "electron": "^1.4.1", "cntk-fastrcnn": "^0.2.2", "electron-window-state": "^4.0.2", "remote": "^0.2.6", "rimraf": "^2.6.1" } }