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
I excute like this command
python -m openpifpaf.predict dataset/000000081988.jpg --image-output --json-output --debug-image
and below error occured
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.7/dist-packages/openpifpaf/predict.py", line 227, in
main()
File "/usr/local/lib/python3.7/dist-packages/openpifpaf/predict.py", line 223, in main
annotation_painter.annotations(ax, pred)
TypeError: annotations() missing 2 required positional arguments: 'ID' and 'fps'
please let me know cuase
Thank you
The text was updated successfully, but these errors were encountered:
I excute like this command
python -m openpifpaf.predict dataset/000000081988.jpg --image-output --json-output --debug-image
and below error occured
Traceback (most recent call last):
File "/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/usr/local/lib/python3.7/dist-packages/openpifpaf/predict.py", line 227, in
main()
File "/usr/local/lib/python3.7/dist-packages/openpifpaf/predict.py", line 223, in main
annotation_painter.annotations(ax, pred)
TypeError: annotations() missing 2 required positional arguments: 'ID' and 'fps'
please let me know cuase
Thank you
The text was updated successfully, but these errors were encountered: