Migrating from v0.x.x to v1.0.0-beta.x
0.x.x to 1.x.x
Watcher data structure
v0.x.x
{
posX: number,
posY: number,
width: number,
height: number,
classifier: string // 'cls_loc_fin_all_small`, or 'segm_nes|thresh:0.5,circle:0.7,area:0.4'
}v1.x.x
Watcher names for commonly used classifier strings
cls_loc_fin_all_small
segm_*
Watcher add and remove
v0.x.x
v1.x.x
Promise based API
Registered watcher object
Watcher index no longer necessary
Last updated
Was this helpful?