# LabelImg3D
**Repository Path**: gap32018/LabelImg3D
## Basic Information
- **Project Name**: LabelImg3D
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2026-06-03
- **Last Updated**: 2026-06-03
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
/annotations.
You can refer to the below hotkeys to speed up your workflow.
### Hotkeys
| Hot key | Description |
| ------------------------ | ------------------------------------ |
| Ctrl + s | Save |
| Ctrl + o | Load scenes |
| Ctrl + c | Copy model |
| Ctrl + v | Paste model |
| Ctrl + Space | Copy Scene |
| 1 | Previous image |
| Space | Next image |
| x | Delete Model |
| Shift + Left Mouse Button Move | Move the model along X, Y axis |
| Right Mouse Button Move | Move the model along Z axis |
| w | Rotate around the positive x-axis |
| s |Rotate around the negative x-axis |
| e | Rotate around the positive y-axis |
| q |Rotate around the negative y-axis |
| a | Rotate around the positive z-axis |
| d |Rotate around the negative z-axis |
### Label Annotations
The annotation files contain 3 main sections, as follows:
Annotation.json
├── image_file [1](#R1): "images/0000.png"
├── model [2](#R2)
│ ├── num [3](#R3): 5
│ ├── 0 [4](#R4)
│ │ ├── model_file [5](#R5): "models/Car.obj"
│ │ ├── matrix: [0, …, ] # (16x1) matrix [6](#R6)
│ │ ├── R_matrix_c2o:[0, …, ] # (9x1) matrix [7](#R7)
│ │ ├── T_matrix_c2o:[0, …, ] # (3x1) matrix [8](#R8)
│ │ ├── 2d_bbox: [700, …, ] # (4x1) matrix [9](#R9)
│ │ ├── 3d_bbox: [[721,500] …, ] # (8x2) matrix [10](#R10)
│ │ ├── 3d_bbox_w: [[3.8, 2.4, 1.4],…,] #(3x1) matrix [11](#R11)
│ │ ├── class: 1 # object class num [12](#R12)
│ │ ├── class_name: Car # object class name [13](#R13)
│ │ ├── size: [1.99, 1.55, 18.24] # (3x1) matrix [14](#R14)
│ ├── 1[4](#R4)
│ │ ├── model_file [5](#R5): "models/Car.obj"
│ │ ├── ......
├── camera [15](#R15)
│ ├── matrix: [1.0, …, ] # (16x1) matrix [16](#R16)
│ ├── position: [0.0, 0.0, 0.52] # (3x1) matrix [17](#R17)
│ ├── focalPoint: [0.0, 0.0, 0.0] # (3x1) matrix [18](#R18)
│ ├── fov: 88.0 # camera fov [18](#R18)
│ ├── viewup: [0.0, 1.0, 0.0] # camera viewup [18](#R18)
│ ├── distance: 0.52 # camera distance [18](#R18)
1. image_file: The labeled image file path.
2. model: Labeling results of objects
3. model──num: The number of objects
4. 0, 1, 2...: each labeled object
5. model_file: the object model path
6. matrix: the pose of object in twin space
7. R_matrix_c2o: Rotation matrix of the object from its own coordinate to the camera coordinate.
8. T_matrix_c2o: Translation matrix of the object from its own coordinate to the camera coordinate.
9. 2d_bbox: 2D bounding box of the object in the image.
10. 3d_bbox: 3D bounding box of the object in the image.
11. 3d_bbox_w: 3D bounding box of the object in the camera coordinate in twin space.
12. class: the object class number.
13. class_name: the object class name.
14. size: the object size (Unit: meter).
16. matrix: the pose of camera in twin space.
17. position: the position of the camera in twin space.
18. focalPoint, fov, viewup, distance: Camera parameters
***
## Dataset
This is a dataset named [KITTI-6DoF](https://drive.google.com/file/d/1wFcWEl4Pkj9H-MEd5Tc_5Ld9KCRje9Jm/view?usp=sharing)

## Framework
***
## Developing
```bash
git clone https://github.com/CongliangLi/LabelImg3D.git
cd labelImg3D
```
***
## Third-Party Library
| name | desc |
| :---------------------------------------------------: | :---------------: |
| [pyqtconfig](https://github.com/learnpyqt/pyqtconfig) | for gui configure |
***
## Author Home
[Congliang Li](https://github.com/CongliangLi)
[Shijie Sun](https://js.chd.edu.cn/xxgcxy/ssj102/list.psp)
## License
The methods provided on this page are published under the [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License](http://creativecommons.org/licenses/by-nc-sa/3.0/) . This means that you must attribute the work in the manner specified by the authors, you may not use this work for commercial purposes and if you alter, transform, or build upon this work, you may distribute the resulting work only under the same license. If you are interested in commercial usage you can contact us for further options.
**Commercial Cooperation, Contact [shijieSun@chd.edu.cn](mailto:shijieSun@chd.edu.cn)**