You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to bump this issue, but why does this repository use Python 3.5 when menpoproject only support Python 2.7?
Edit: My bad, I see that menpo does actually support >=3.5. But for some reason the menpoproject superpackage on conda is only for 2.7. To anyone reading this, if you are having trouble installing the superpackage for Python 3, try installing each individual package instead.
Hi, I run ipynb in jupyter, all of ipynb files have the same error as followed.
File "F:\appearance\itwmm-master\notebooks\itwmm\fitting\hessian.py", line 95
pp = c_f * j['J_f_p'].T @ j['J_f_p'] + c_l * j['J_l_p'].T @ j['J_l_p']
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: