Slip Detection
The SlipDetect
task predicts if an object has slipped while being grasped.
#
Available Pre-Trained ModelsThe following pre-trained models are available for use with the SlipDetect
task:
Dataset | Model Name | Accuracy |
---|---|---|
DIGIT | slipdetect_resnet18 | xx.yy |
#
InputInput into the SlipDetect
task expects a 12
consecutive frames to predict if slip has occured.
#
UsageInitialize the SlipDetect
task with a sensor and pre-trained model,
#
NormalizationThe SlipDetect
task loads default transform and normalization values from pytouch.models.slip_detect.SlipDetectModelDefaults
and is suitable for any pre-trained model from the TorchVision
package.
For custom models provide a custom class when initializing SlipDetect
in the format of:
Where MySlipDetectValues
are in the following format,