node.js
version.bbox
type signature has changed from an array [x,y,width,height]
to an object: {x:Number,y:Number,width:Number,height:Number}
and the x/y positions now represent the box center instead of the top-left point.getConfiguration
and getMetadata
functions to the model object.model.configure
options.model.teardown
function to allow cleanup of a model and its resources when it's no longer needed.roboflow.__VERSION__
to determine which version of roboflow.js
is loaded.