POST
/
projects
/
{project_id}
/
runs
/
{run_id}
/
split
/
{split}
/
insights
/
semseg
/
metrics

Authorizations

Galileo-API-Key
string
headerrequired

Path Parameters

project_id
string
required
run_id
string
required
split
enum<string>
required
Available options:
training,
validation,
test,
inference

Query Parameters

inference_name
string
default:
scope
string | null
default:

Body

application/json
task
string | null
filter_params
object
compare_to
enum<string> | null
Available options:
training,
validation,
test,
inference
map_threshold
number
default: 0.5
meta_cols
string[] | null

Response

200 - application/json
mean_iou
number
required
boundary_iou
number
required
dice_coefficient
number
required
mean_iou_per_class
object
required

A class to represent a basic bar chart.

labels: List[str] the x axis labels values: List[int | float] the counts for each bar

boundary_iou_per_class
object
required

A class to represent a basic bar chart.

labels: List[str] the x axis labels values: List[int | float] the counts for each bar

dice_per_class
object
required

A class to represent a basic bar chart.

labels: List[str] the x axis labels values: List[int | float] the counts for each bar