Rotated Object Detection
Rotated Object Detection is similar to object detection but can also detect the rotation state of the objects.
After completing the model annotations, refer to the video in the Training section to create dataset versions and train/deploy the model.
Use Case Scenarios
Rotated Object Detection is suitable for determining whether an object appears in a scene, the number of times the object appears, and the object’s rotation state.
Object Detection can identify one or more objects in a scene and provide their general locations. While object detection supports multi-object recognition, it does not return exact positions. If precise location is needed, use Instance Segmentation or Keypoint Detection models.
Annotation Methods
If you have a pre-trained model, you can use annotation tools to assist with labeling, then review and correct the annotations
First, use the rectangle annotation tool to mark the bounding box, then move the mouse to rotate the box.
Repeat the annotation for all objects in the scene. If there are no objects in the scene, mark it as empty.
Notes
The Rotated Object Detection model only supports rectangular annotations. The annotated areas may slightly overlap but should not completely overlap.
Annotations must not extend beyond the image boundaries.
As with other annotation models, avoid annotating objects that are largely occluded. Only annotate the topmost or most visible object.
Practice
Download practice data to obtain rotated_object.zip
After extracting, you will get 11 images and annotation (.json) files. Please upload only the images to DaoAI World for annotation practice. Afterward, you can upload both images and annotation files to compare the results.