-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.77 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "salient-maps",
"version": "0.1.6",
"description": "Various open source salient maps",
"main": "src/models.js",
"scripts": {
"auto-focus": "node ./trainer/scripts/auto-focus.js --source ./trainer/auto-focus/stock.json --models deep spectral --width 200 --height 200 --top 200 --min-points 5 --random false",
"benchmark": "node ./trainer/scripts/main.js --image-source ./trainer/image-source --recursive true --save false --preview false --compare true --models deep spectral",
"preview": "node ./trainer/scripts/main.js --image-source ./trainer/image-source/CAT2000/Social --recursive true --save false --preview true --previewTimeout 3000 --compare true --models deep deep-rgb spectral --width 400 --height 400 --random true",
"export": "node ./trainer/scripts/main.js --image-source ./trainer/image-source --recursive true --save true --preview false --compare true --models deep spectral",
"start": "npm run preview",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asilvas/salient-maps.git"
},
"keywords": [
"salient",
"saliency",
"auto-focus",
"opencv"
],
"author": {
"name": "Aaron Silvas"
},
"license": "MIT",
"files": [
"src",
"LICENSE.txt",
"README.md",
"package.json"
],
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/asilvas/salient-maps#readme",
"dependencies": {
"mathjs": "^4.2.1",
"opencv4nodejs": "^4.4.0"
},
"devDependencies": {
"async": "^2.6.1",
"fs-extra": "^5.0.0",
"klaw-sync": "^3.0.2",
"md5": "^2.2.1",
"readline-sync": "^1.4.9",
"request": "^2.87.0",
"salient-autofocus": "^0.7.1",
"shuffle-array": "^1.0.1",
"yargs": "^11.0.0"
}
}