mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Change headings to title caps (#62)
This commit is contained in:
@@ -8,7 +8,7 @@ Metadata can be customized as needed using: **meta** dictionaries:
|
||||
|
||||
## Usage
|
||||
|
||||
### Adding Frame metadata
|
||||
### Adding Frame Metadata
|
||||
|
||||
When instantiating a Frame, metadata that applies for the entire frame can be
|
||||
added as an argument.
|
||||
@@ -28,7 +28,7 @@ frame = SingleFrame(
|
||||
frame.metadata['dangerous'] = 'no'
|
||||
```
|
||||
|
||||
### Adding ROI metadata
|
||||
### Adding ROI Metadata
|
||||
|
||||
Metadata can be added to individual ROIs when adding an annotation to a `frame`, using the `add_annotation`
|
||||
method.
|
||||
|
||||
Reference in New Issue
Block a user