Skip to content

Commit eeb5fb0

Browse files
committed
add read me
1 parent ac3dcca commit eeb5fb0

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
- [Sequential PCD](#sequential-pcd)
2121
- [DICOM](#dicom)
2222
- [Common](#common)
23+
- [Appendix](#appendix)
2324
- [Annotation](#annotation)
2425
- [Project](#project)
2526
- [Dataset](#dataset)
@@ -2174,6 +2175,35 @@ Example of a single history object
21742175
}
21752176
```
21762177

2178+
2179+
## Appendix
2180+
2181+
Processing of various types of appendix information is supported.
2182+
2183+
### Import Camera Calibration
2184+
2185+
Import camera calibration and image appendix information for tasks in pcd and sequential pcd projects.
2186+
2187+
2188+
```python
2189+
client.import_appendix_file(project="YOUR_PROJECT_SLUG", file_path="ZIP_FILE_PATH")
2190+
```
2191+
2192+
The folder structure inside the ZIP file is as follows
2193+
2194+
```
2195+
.
2196+
└── task_name
2197+
├── content_name_1.pcd
2198+
│   ├── 000001.png
2199+
│   └── 000001.yaml
2200+
└── content_name_2.pcd
2201+
├── 000002.png
2202+
├── 000002.yaml
2203+
├── 000003.png
2204+
└── 000003.yaml
2205+
```
2206+
21772207
## Annotation
21782208

21792209
### Create Annotation

0 commit comments

Comments
 (0)