We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b79938 commit 83c64cbCopy full SHA for 83c64cb
docs/source/python/models/detection_model.md
@@ -41,7 +41,6 @@ for pred_obj in predictions.objects:
41
bbox = [pred_obj.xmin, pred_obj.ymin, pred_obj.xmax, pred_obj.ymax]
42
```
43
44
-
45
```{eval-rst}
46
.. automodule:: model_api.models.detection_model
47
:members:
0 commit comments