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
when i run train.py i meet this error:
Traceback (most recent call last):
File "C:\run-taining-alphapose\AlphaPose-master\AlphaPose-master\train_sppe\src\train.py", line 14, in
from evaluation import prediction
File "C:\run-taining-alphapose\AlphaPose-master\AlphaPose-master\train_sppe\src\evaluation.py", line 12, in
from predict.opt import opt
File "C:\run-taining-alphapose\AlphaPose-master\AlphaPose-master\train_sppe\src\predict\opt.py", line 1
../opt.py
^
SyntaxError: invalid syntax
about the opt.py in predict,please tell me how to modify opt.py and also img.py in train_sppe/src/predict?
The text was updated successfully, but these errors were encountered:
when i run train.py i meet this error:
Traceback (most recent call last):
File "C:\run-taining-alphapose\AlphaPose-master\AlphaPose-master\train_sppe\src\train.py", line 14, in
from evaluation import prediction
File "C:\run-taining-alphapose\AlphaPose-master\AlphaPose-master\train_sppe\src\evaluation.py", line 12, in
from predict.opt import opt
File "C:\run-taining-alphapose\AlphaPose-master\AlphaPose-master\train_sppe\src\predict\opt.py", line 1
../opt.py
^
SyntaxError: invalid syntax
about the opt.py in predict,please tell me how to modify opt.py and also img.py in train_sppe/src/predict?
The text was updated successfully, but these errors were encountered: