tkat0 / PyTorch_BlazeFace

Unofficial PyTorch implementation of BlazeFace
Apache License 2.0
317 stars 57 forks source link

error ?? #7

Closed jiagh2010 closed 5 years ago

jiagh2010 commented 5 years ago

I'm just using examples!!

Traceback (most recent call last): File "1.py", line 5, in h = BlazeFace(x) TypeError: init() takes 1 positional argument but 2 were given

RealBBakGosu commented 5 years ago

Same error to me.

njustymk commented 5 years ago

Same error to me.

shimiaoli commented 5 years ago

shouldn't it be net = BlazeFace() h = net(x)

tkat0 commented 5 years ago

Thank you. The README was wrong. Fixed #11