Skip to content

Commit

Permalink
Fixed 3D format for contextual images in documentation (#7390)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev authored Jan 25, 2024
1 parent 45c4356 commit b5e1d19
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions site/content/en/docs/manual/advanced/contextual-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,14 @@ Example file structure for 2D and 3D tasks:
{{< /tab >}}
{{< tab header="3D option 1" >}}
root_directory
image_1_to_be_annotated.pcd
image_2_to_be_annotated.pcd
related_images/
image_1_to_be_annotated_pcd/
context_image_for_image_1.jpg
image_2_to_be_annotated_pcd/
context_image_for_image_2.jpg
pointcloud/
image_1_to_be_annotated.pcd
image_2_to_be_annotated.pcd
related_images/
image_1_to_be_annotated_pcd/
context_image_for_image_1.jpg
image_2_to_be_annotated_pcd/
context_image_for_image_2.jpg
{{< /tab >}}
{{< tab header="3D option 2" >}}
/any_directory
Expand Down

0 comments on commit b5e1d19

Please sign in to comment.