chenjun2hao/facemask

Serious issue on google colab with model.model and display image methods.

Opened this issue · 0 comments

Hi ,

System Config :

Google collab
python 3.7

Getting issue with ,
bboxs = model.model(IMAGE_HERE) # bbox_coordinate, confidence, label

TypeError: conv2d() received an invalid combination of arguments - got (str, Parameter, NoneType, tuple, tuple, tuple, int), but expected one of:
 * (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, tuple of ints padding, tuple of ints dilation, int groups)
      didn't match because some of the arguments have invalid types: (!str!, !Parameter!, !NoneType!, !tuple!, !tuple!, !tuple!, int)
 * (Tensor input, Tensor weight, Tensor bias, tuple of ints stride, str padding, tuple of ints dilation, int groups)
      didn't match because some of the arguments have invalid types: (!str!, !Parameter!, !NoneType!, !tuple!, !tuple!, !tuple!, int)

How to fix this error?

Thanks