-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "@pipcook/plugins-detectron-fasterrcnn-model-define",
"version": "1.1.2",
"description": "",
"main": "dist/index",
"types": "dist/index",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run clean && npm run compile",
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
"compile": "tsc -b tsconfig.json && cp -r ./src/config ./dist/"
},
"author": "",
"license": "ISC",
"dependencies": {
"@pipcook/boa": "^1.1.0",
"@pipcook/pipcook-core": "^1.1.0",
"fs-extra": "^8.1.0"
},
"gitHead": "53e131a069b3112a74ae5d99aa1ab08bec768c7e",
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/jasmine": "^3.5.7",
"nyc": "14.1.1"
},
"publishConfig": {
"access": "public"
},
"pipcook": {
"category": "modelDefine",
"datatype": "image"
},
"conda": {
"python": "3.7",
"dependencies": {
"torch": "1.4.0",
"torchvision": "0.5.0",
"opencv-python-headless": "4.2.0.34",
"cython": "0.29.21",
"pycocotools": "2.0.1",
"detectron": "git+https://gitee.com/pipcook/detectron2.git"
}
}
}