Studio settings
The studio setting function is a function that improves project efficiency during labeling tasks and supports a convenient and fast working environment for users.
Common tool settings
Set the functions applied to the tools in common.
When the file is completed/submitted, it moves to the next file automatically
This is a function that helps the studio to automatically move to the next allocated file when a worker submits
or completes
.
All the instance group IDs are required
Assign a group all instances that exist within individual files/frames (a shortcut key: This is a function that forces to submit only when it is done (Mac G
/ Win Shift
G
).
If even one instance is not allocated to a group, 'Submit' or 'Complete' is not available.
Set the default class
When creating an instance, it will be automatically selected as the first class.
It will be automatically selected as the class stored at the top in “Class” of Labeling settings > Task information.
Unworked file warning message
If you press submit
/complete
button without an instance within the task, a warning message will be displayed.
Attribute shortcuts setting
You can set shortcuts for specific attributes. (Max. 2)
key
: Attribute to set the shortcuts
classKey
: When specifying as a class-specific attribute, the name of the class to which the attribute belongs.(optional)
Shortcuts Ctrl + 1~8 for the first attribute setting, and shortcuts Alt + 1~8 for the second attribute setting.
This shortcut setting applies only to image resource projects.
{
"key": "common attribute key"
},
{
"key": "attribute key per class",
"classKey": "class1"
}
Attribute expansion setting
You can hide certain attributes in work.
This will not apply when entering through 'Dataset' and only works when entering through 'My work'.
When"attribute name"
is "hidden" : true
, will be hidden.
For the attribute per class, can be set by"class name.attribute name"
{
"activated": {
"hidden": true
},
"side": {
"hidden": true
},
"vertical": {
"hidden": true
},
"horizontal": {
"hidden": true
},
"vertical-extend": {
"hidden": true
},
"horizontal-extend": {
"hidden": true
},
"car.sedan": {
"hidden": true
}
}
Attribute font size
It is available to set the attribute font size of instance information.
Attribute font settings
It is available to set the attribute font.
It is helpful to distinguish between uppercase and lowercase.
Create an instance
It is available to limit the creating instance function.
Create an instance guide setting
It is available to set a limit on instance creation per file and show an alert when exceeded.
Modify instance coordinates
It is available to limit the function to modify instance coordinates.
Modify an instance track ID
The function to modify instance track IDs of sequence images and point cloud resources can be restricted.
Deleting an instance
It is available to limit the function to delete an instance.
Common settings of Image (vector) resource studio
Set the functions applied to the Single/Sequence Image tool in common.
Decimal point setting
Displays coordinate values rounded to two decimal points.
Default task type
Designate the task type to be set as default when entering the studio.
Displaying crosshair
Set the default value of the mouse cursor to a crosshair.
Set maximum contrast value
Set image contrast to maximum.
Minimum shrinkage ratio
Set the minimum ratio when zooming in and out of the image.
Maximum magnification ratio
Set the maximum ratio when zooming in and out of the image.
Instance group
It activates the instance group functions.
Minimum selection number of the instance group
In grouping, set the minimum number of instances.
Using the minimum ID of instance group ID creation logic
This is an option that makes the ID be generated from the smallest empty number so that an empty number can be minimized when creating a group ID.
Unique group ID setting
Set the unique group ID on the entire scene. Applies to only sequence image resources.
Only the tasks within the image are allowed
Setting up so that it is possible to work only within an image.
Setting buffer within images only
Can be set as the workable area of above, left, right, and below the image according to the values you set.
{
"top": 500, //set to allow 500px of workable area above the image
"left": 0,
"right": 0,
"bottom": 500 //set to allow 500px of workable area below the image
}
Background layer settings
The studio displays a background area above the image to set a task area, etc.
The background display can be set for each file size, and the number of coordinates (Points) varies depending on the model (Type) to be applied.
field | type | description | example |
---|---|---|---|
name | string | Designate the name of the background layer. | |
matcherSize | object | Designate the image resolution for setting the background layer. | |
matcher | string | Define the file name to be applied as a regular expression. | ".*" // entire file "^test_" // only applies to files that start with the test |
backgrounditems | |||
type | sting | Designate the shape of the figure to be specified as the background layer. | |
points | list of points | Designate the coordinates of the vertices of the figure to be specified as the background layer. There is no limitation on the number of coordinates. | |
strokeWidth | number | Designate the thickness of the border line of the background layer figure. | if no strokeWidth value is set, the default thickness is 1 |
strokeOpacity | number | Designate the border line transparency of the background layer figure. | if no strokeOpacity value is set, the opacity value will be applied |
strokeColor | number | Designate the border line color of the background layer figure. Only HTML color code format is supported. | if no storkeColor value is set, the border line color will be applied |
opacity | number | Designate the transparency of the background layer. | if no opacity value is set, the default opacity is 0.5 |
color | string | Designate a color for the background layer. It supports only the HTML color-coded format. |
//example
[
{
"name": "1920_1080",
"matcherSize": {
"width": 1920,
"height": 1080
},
"backgroundItems": [
{
"type": "polygon",
"points": [[0,0],[3025,0],[3025,648],[0,648]],
"strokeWidth": 0,
"strokeOpacity": 0.5,
"strokeColor": "#FF0000",
"opacity": 0.4,
"color": "#FF0000"
}]
}
]
Background layer on/off button exposure
Provides a background ROIS on/off function on the studio toolbar.
Using compressed images
Bring the compressed image into the studio. (recommendation)
*If high-resolution task maximum magnification, etc. is required, turn it off and use it.
Using Pixelated images
When zooming in on an image, it will be expressed as pixel particles.
The opacity of the Image instance
Set the transparency of instances.
Set subordinate relationship of the class
Parent classes
When using groups, designate the parent class values.
Child classes
When using groups, designate the child class values.
First point style
Point diameter
Set the initial point size.
Transparency of point
Set the transparency of the first point.
Color of the point
Set the color of the first point.
Entire point diameter setting
When this function is On, you can set the point diameter on the toolbar of the Studio.
Selected box entire point included mode
When this function is On, you can still select the object even when only a partial point of the object is clicked.
Settings the Bounding box tool
Set the functions that will be applied to the bounding box tool.
Box creation method function
When box creation method function is on, Corner and Extreme creation function at Studio toolbar will be provided.
Displaying the center point at the bottom of the box
Set the displaying the center point at the bottom of the B-box.
Displaying gird inside of the box
When this function is on, the grid inside of the box will be displayed. Devided quantity, line thickness, line color can be set.
Grid devide
Grid line thickness
Grid line color
Box custom settings
Set up B-box custom functions.
Depending on the intention of the task, an internal line that can separate left/right, top/bottom, and left/right/top/bottom is provided within the Bbox. It is also available to set color and transparency for the reference area inside the B-box.
{
"positionKey": "position", /* "Key value": "attribute name" */
"sideKey": "side",
"activatedKey": "activated",
"ratioKey": "ratio",
"leftSide": {
"color": "#0000ff",
"opacity": 0.5
},
"rightSide": {
"color": "#ff0000",
"opacity": 0.5
},
"verticalLine": {
"color": "#ffff00",
"opacity": 0.5,
"width": 1
}
}
Free point inside of the box
Shows free point inside of the box.
{
"activatedKey": "activated",
"positionKey": "position",
"opacity": 0,
"radius": 3,
"color": "#0000ff",
"supportClasses": [
"Vehicle_Wheel"
]
}
Inside box validation mode
Box custom settings enable inside box validation.
Polygon tool settings
Set the functions that will be applied to the Polygon tool.
Displaying the first line
It displays the first line.
Change the point order clockwise automatically
The order of points is automatically changed in a clockwise direction.
Segmentation tool settings
Set the functions applied to the segmentation tool.
Check the empty pixel
Check if there are unprocessed and empty pixels in the image.
Polyline tool settings
Set the functions that will be applied to the Polyline tool.
Polyline line thickness
Set the polyline thickness.
Polyline Point tool settings
Set the functions that will be applied to the Polyline Point tool.
Set the default point diameter
Set the point size.
Settings Keypoint tool
Set the functions that will be applied to the Keypoint tool.
Marking Keypoint visible
Set the Keypoint visible mark to appear.
Show changes to keypoint attribute values
Set the Keypoint attribute value change mark to appear.
Display Keypoint bounding box
Set the Keypoint bounding box to appear.
Distinguishing the color by each Keypoint point instance
Use distinguishing Keypoint colors by each point instance.
Activating the Keypoint Visible Takeover function
Activate the Keypoint Visible Takeover function.
Keypoint guide width
Set the width of the Keypoint Guide Viewer.
Rotated B-box tool settings
Set the functions that will be applied to the Rotated B-box tool.
Rotated B-box ellipse mark
Set the Rotated B-box ellipse mark.
3D Cuboid tool setting
Set functions for the 3D Cuboid tool.
Activate the manual cuboid function
Activate the function from adjusted cuboid to manual cuboids.
Moving function only when editing cuboid
Set only coordinate movement without editing the cuboid size.
Flat Cuboid tool setting
Set functions for the Flat Cuboid tool.
Allow editing base box point
Activate the function to allow editing base box point.
Set free point adjustment as default
Change base point movement of flat point cuboid to free point.
Image (pixel) Resource Studio common settings
Set the functions that will be applied to the Single Image (pixel) tool in common.
Segmentation tool settings
Set the functions that will be applied to segmentation tools in common.
Checking the empty pixel
Check if there are unprocessed and empty pixels in the image.
Using segmentation AI ASSIST
When using AI ASSIST, a quick segment function will be provided in the studio toolbar
Common settings for Point Cloud tools
Set the functions applied to Point Cloud tools in common.
Instance group
Activate the function to connect between groups of instance.
Instance group minimum quantity
Set the instance group minimum quantity.
Unique group ID setting
Set unique group ID in entire scene.
Setting car models
Whether the car model is exposed or not
Set whether to expose the car model or not.
Selecting the car model
It is available to select a car model.
Setting the car model x
Set the x-axis coordinates of the car model. (In the unit of meters)
Car model y settings (height)
Set the y-axis coordinates of the car model. (In the unit of meters)
Car model z settings
Set the z-axis coordinates of the car model. (in the unit of meters)
Setting the direction of the car model
Set the direction of the car model by using an angle. (in the unit of angles)
Setting point color
Set the annotation range for the point cloud, and the type supports box and circle.
Ranging annotation
Set the annotation range for the point cloud, and the type supports box and circle.
[
{
"degree": 150,
"radius": 70.7,
"type": "box",
"color": "#FFFF00"
},
{
"degree": 150,
"radius": 35.3,
"type": "box",
"color": "#FFC0CB"
}
]
Setting cameras
Camera position x, y, z
Set the camera’s positions to x, y, and z.
Camera zoom
Set the camera zoom.
Limiting Camera vertical position
Limit the minimum/maximum vertical angle so that the camera does not lie below the point when rotating the screen.
Activating smart labeling
Activates smart labeling by each frame of scene files.
Setting smart labeling options
Set smart labeling options.
By adjusting the targetRange and threshold filter values, it is available to do smart labeling.
{
"mappingInfo": {
"Vehicle": [
"car",
"truck",
"bus"
],
"Etc": [
"motorcycle"
]
},
"classes": [
"car",
"motorcycle",
"truck",
"bus"
],
"targetRange": [
-100,
-100,
-15,
100,
100,
10
],
"threshold": 0.2
}
Activating Sensor Fusion
Activate the sensor fusion of the point cloud.
Please refer to the file upload guide.
Calibration common settings
Commonly set the calibrations required for sensor fusion.
[
{
"remoteUrl": null,
"type": "standard",
"rvType": "front",
"cameraModelType": "pinhole",
"rotations": [
0.038333,
0.0775,
0.002251
],
"translations": [
0.67507,
-0.22,
-0.576727
],
"intrinsicCameraParameters": [
2636.504955,
2607.76514,
1449.383497,
945.305018,
-0.355957,
0.152205,
-0.001168,
0.002894
]
}
]
Cuboid tool settings
Set the functions that will be applied to the Cuboid tool in common.
Recently selected cuboid shape creation mode
It is available to create an instance in a shape of a recently selected cuboid.
Using a cuboid convex hull
Set the use of a cuboid convex hull.
Activating cuboid rotation pitch
Activates cuboid rotation pitch.
It is available to change the pitch on the Side of the studio instance mini-view.
Activating the cuboid rotation roll
Activates the cuboid rotation roll.
Role changes are available in the studio instance mini-view.
Cuboid manual boundary
Whether to activate or not
Set whether to activate manual boundaries or not.
Top value
Set the top value.
Lowest value
Set the lowest value.
Segmentation tool settings
Set the functions that will be applied to segmentation tools in common.
Empty point check
Check if there are unworked and empty points.
Common settings for video tools
Set the functions applied to video tools in common.
Frame Range for every frame required
- Frame range of every frame must be set to complete the work.
Common settings for the Text tool
Set the functions applied to the text tool in common.
Default text size
Set the font size to be displayed by default.
Set the default spacing between letters.
Set the spacing between letters to be exposed by default.
Set the default spacing between lines.
Set the spacing between the lines of the post to be exposed by default.
Text encoding
Set the text encoding that you want to forcibly use in the tool.
If you have any other inquiries, please get in touch with us at [email protected]
Updated 6 months ago