-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
30 lines (30 loc) · 1.47 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
{
"name": "3d-bat",
"version": "0.1.0",
"private": true,
"description": "1. Step: draw bounding box in the camera image 2. Step: choose current bounding box by activating it 3. Step: You can move it in image space or even change its size by drag and droping 4. Step: Switch into PCD MODE into birds-eye-view 5. Step: Place 3D label into 3D scene to corresponding 2D label 6. Step: Adjust label: 1. drag and dropping directly on label to change position or size 2. use control bar to change position and size (horizontal bar -> rough adjustment, vertical bar -> fine adjustment) 3. Go into camera view to check label with higher intensity and bigger point size 7. Step: Choose label from drop down list 8. Step: Repeat steps 1-7 for all objects in the scene 9. Step: Save labels into file 10. Step: Click on 'HOLD' button if you want to keep the same label positions and sizes 11. Step: click on 'Next camera image'",
"main": "index.html",
"dependencies": {
"colormap": "^2.3.0",
"dragscroll": "^0.0.8",
"file-saver": "^2.0.0",
"material-design-icons": "^3.0.1",
"jszip": "^3.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walzimmer/3d-bat.git"
},
"author": "Walter Zimmer",
"license": "UCSD",
"bugs": {
"url": "https://github.com/walzimmer/3d-bat/issues"
},
"homepage": "https://github.com/walzimmer/3d-bat#readme",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}