You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen in #1599, users need a simple way to get an overview of everything that can be logged since our other examples have too much algorithm code and other distractions.
Need to finish updating the templates for the types:
Arrow3D
Rect2D
Box3D
Linestrip2d
Linestrip3d
Mesh
Point2D
Point3D
Transform3D
Pinhole
Image
DepthImage
SegmentationImage
Tensor
Scalar
TextEntry
AnnotationContext
Convert the "Primitives" page in docs to an "API Usage Examples"
Use the work "Archetype" instead of "Primitives"
Document what an archetype is under "Data Model" together with components, entities, etc
Link to this page from the Examples page
Add small code snippets (Rust, Python code-switcher) for each archetype together with a screenshot of how it looks. Code snippets should be copy-pastable
Only use synthetic data for all examples
Python
Rust
Make sure we include simple examples for things like drawing skeletons with annotation contexts
The text was updated successfully, but these errors were encountered:
As seen in #1599, users need a simple way to get an overview of everything that can be logged since our other examples have too much algorithm code and other distractions.
Building on top of:
Split the API examples into sub-pages #2438
Need to finish updating the templates for the types:
Convert the "Primitives" page in docs to an "API Usage Examples"
The text was updated successfully, but these errors were encountered: