Change headings to title caps (#62)

This commit is contained in:
pollfly
2021-09-09 13:17:46 +03:00
committed by GitHub
parent de82df937e
commit c2d8707572
77 changed files with 337 additions and 336 deletions

View File

@@ -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.