-
Notifications
You must be signed in to change notification settings - Fork 8
Predictions
Markus Fleischhacker edited this page Nov 14, 2020
·
3 revisions
Bounding Box Editor allows you to connect your own Torch Serve inference endpoint to perform bounding box predictions for images loaded within the application. For example this allows the following general workflow using PyTorch models to assist you in your annotation work:
- Load the images you want to annotate in Bounding Box Editor.
- Manually create annotations for a number of images.
- Once you have created a sufficient number of annotations, export them in the format appropriate for your PyTorch model.
- Train the model using the manually created ground-truth annotations.
- Serve the model using Torch Serve.
- Connect Bounding Box Editor to your inference endpoint.
- Perform predictions on the remaining (not manually annotated) images and use them as hints to speed up the annotation procedure.
To set up a local Torch Serve server please refer to the instructions at the Torch Serve Github repository. Configuring the Torch Serve server connection and prediction settings in Bounding Box Editor is done using the Inference category in the Settings window:
Inference Settings
- Home
- Images
- Categories
-
Bounding Boxes
- States
- Hiding and unhiding a bounding box
- Hiding and unhiding a category
- Deleting a bounding box
- Nesting bounding boxes
- Nesting categories
- Changing the category of an existing bounding box
- Adding and removing tags
- Shape specific functions - Rectangular bounding boxes
- Shape specific functions - Polygonal bounding boxes
- Annotations
- Predictions