deepstream-services-library icon indicating copy to clipboard operation
deepstream-services-library copied to clipboard

Rename/ix the Label and BBox ODE Action names. verb_noun should be noun_verb

Open rjhowell44 opened this issue 2 years ago • 1 comments

Unfortunately, the format and customize object label and bbox actions have been named wrong. This became obvious when defining new bbox and label actions.

Need to rename the following

dsl_ode_action_format_label_new
dsl_ode_action_customize_label_new
dsl_ode_action_customize_label_get
dsl_ode_action_customize_label_set
dsl_ode_action_format_bbox_new

to the following

dsl_ode_action_label_format_new
dsl_ode_action_label_customize_new
dsl_ode_action_label_customize_get
dsl_ode_action_label_customize_set
dsl_ode_action_bbox_format_new

Unfortunately, this will be a big breaking change... but better now than latter.

rjhowell44 avatar Aug 13 '22 19:08 rjhowell44

Merged into v0.26.alpha

rjhowell44 avatar Sep 27 '22 01:09 rjhowell44