-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 1.02 KB
/
package.json
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "meteorite-mineral-mapping",
"version": "1.0.0",
"description": "HackTheSolarSystem [challenge](https://github.com/amnh/HackTheSolarSystem/wiki/Meteorite-Mineral-Mapping)",
"scripts": {
"calibrate": "cd dataset && python ../src/calibrator/main.py",
"calibrate-cuda": "cd dataset/standard && python ../../src/calibrator/main-cuda.py",
"identify-obj1": "cd dataset && python ../src/identifier/main.py obj1",
"identify-cuda-obj1": "cd dataset && python ../src/identifier/main-cuda.py obj1",
"identify-obj2": "cd dataset && python ../src/identifier/main.py obj2",
"identify-cuda-obj2": "cd dataset && python ../src/identifier/main-cuda.py obj2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HackTheSolarSystem/meteorite-mineral-mapping.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/HackTheSolarSystem/meteorite-mineral-mapping/issues"
},
"homepage": "https://github.com/HackTheSolarSystem/meteorite-mineral-mapping#readme"
}