Hi,
I'm trying to use the Slip Detetction functionality, but I've run into some problems: slip_detect = SlipDetect(DigitSensor, zoo_model="slipdetect_resnet18") does not work, since the zoo_model variable is not a parameter for the class constructor..
When running [zoo_models.py] (https://github.com/facebookresearch/PyTouch/blob/6159b8ff73dc115a5a1b197ef55e096e37b5eb68/examples/zoo_models.py), the output does not indicate the zoo_model necessary as available.
Could you provide and example, or more information in how to use this? Thanks in advance.
Hi,
I'm trying to use the Slip Detetction functionality, but I've run into some problems:
slip_detect = SlipDetect(DigitSensor, zoo_model="slipdetect_resnet18")does not work, since the zoo_model variable is not a parameter for the class constructor..When running [zoo_models.py] (https://github.com/facebookresearch/PyTouch/blob/6159b8ff73dc115a5a1b197ef55e096e37b5eb68/examples/zoo_models.py), the output does not indicate the zoo_model necessary as available.
Could you provide and example, or more information in how to use this? Thanks in advance.