fabrice-eberle / mpt_faces_fab_fou_til

Framework for lecture "Machine Perception and Tracking" Task 1
3 stars 0 forks source link

#9 fixed the model saving issue + live mode #13

Closed fabrice-eberle closed 3 months ago

fabrice-eberle commented 3 months ago

I changed the model data type from .pt to .pth and it fixed the issue of

AttributeError: 'torch' object has no attribute 'save'

Now the live version seems to work again as well.