ping42

Results 3 comments of ping42

I think it is trying to run the underlying script with python 2, which is normally referred by `python` command used in the script in Linux/Mac. You could solve this...

I encountered this problem as well but I managed to find out that there are some errors when the program tries to run `extract_feature_print.py`. This FileNotFoundError will be thrown when...

perhaps you can try to install onnxruntime instead of onnxruntime-gpu `pip install onnxruntime`