update creating_an_annotation_task.md (#4231)

main
Timur Osmanov 4 years ago committed by GitHub
parent 48edb3c0bd
commit d96bd55b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -82,7 +82,7 @@ For more information on how to attach cloud storage, see [attach cloud storage](
### Data formats for a 3D task ### Data formats for a 3D task
To create a 3D task, you need to use the following directory structures: To create a 3D task, you must prepare an archive with one of the following directory structures:
{{< tabpane >}} {{< tabpane >}}
{{< tab header="Velodyne" >}} {{< tab header="Velodyne" >}}
VELODYNE FORMAT VELODYNE FORMAT
@ -90,7 +90,8 @@ To create a 3D task, you need to use the following directory structures:
velodyne_points/ velodyne_points/
data/ data/
image_01.bin image_01.bin
IMAGE_00 # unknown dirname, Generally image_01.png can be under IMAGE_00, IMAGE_01, IMAGE_02, IMAGE_03, etc IMAGE_00 # unknown dirname,
# generally image_01.png can be under IMAGE_00, IMAGE_01, IMAGE_02, IMAGE_03, etc
data/ data/
image_01.png image_01.png
{{< /tab >}} {{< /tab >}}
@ -121,6 +122,8 @@ To create a 3D task, you need to use the following directory structures:
{{< /tab >}} {{< /tab >}}
{{< /tabpane >}} {{< /tabpane >}}
> You can't mix 2D and 3D data in the same task.
## Advanced configuration ## Advanced configuration
![](/images/image128.jpg) ![](/images/image128.jpg)

Loading…
Cancel
Save