small edits (#15)

Remove orphaned Hyper Dataset SDK reference links
This commit is contained in:
pollfly
2021-07-15 16:46:18 +03:00
committed by GitHub
parent 69fac20824
commit c0b01c760b
9 changed files with 31 additions and 31 deletions

View File

@@ -30,7 +30,7 @@ frame.metadata['dangerous'] = 'no'
### Adding ROI metadata
Metadata can be added to individual ROIs when adding an annotation to a `frame`, using the [`add_annotation`](google.com)
Metadata can be added to individual ROIs when adding an annotation to a `frame`, using the `add_annotation`
method.
```python