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
Copy file name to clipboardExpand all lines: docs/source/guide/export.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Export your brush mask labels as NumPy 2d arrays and PNG images. Each label outp
121
121
122
122
### COCO
123
123
124
-
A popular machine learning format used by the [COCO dataset](http://cocodataset.org/#home) for object detection and image segmentation tasks. Supports bounding box and polygon image labeling projects that use the `RectangleLabels` or `PolygonLabels` tags.
124
+
A popular machine learning format used by the [COCO dataset](http://cocodataset.org/#home) for object detection and image segmentation tasks. Supports bounding box and polygon image labeling projects that use the `BrushLabels`, `RectangleLabels`, or `PolygonLabels` tags.
Copy file name to clipboardExpand all lines: docs/source/guide/prompts_overview.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -48,10 +48,10 @@ With Prompts, you can:
48
48
49
49
| Provider | Supported models |
50
50
| --- | --- |
51
-
|**OpenAI**| gpt-3.5-turbo-16k* <br>gpt-3.5-turbo* <br>gpt-4 <br>gpt-4-turbo <br>gpt-4o <br>gpt-4o-mini <br>o3-mini <br>o1<br><br>**Note:** We recommend against using GPT 3.5 models, as these can sometimes be prone to rate limit errors and are not compatible with Image data.|
|**Azure OpenAI**|[Azure OpenAI chat-based models](https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models) <br><br>**Note:** We recommend against using GPT 3.5 models, as these can sometimes be prone to rate limit errors and are not compatible with Image data. |
56
56
|**Azure AI Foundry**| We support all Azure AI Foundry models. |
0 commit comments