CalciferZh/minimal-hand

app.py crashes on start

Mr-Comand opened this issue · 0 comments

If I start the app.py this error comes and the program crash:
pygame 2.0.1 (SDL 2.0.14, Python 3.8.7)
Hello from the pygame community. https://www.pygame.org/contribute.html
2021-06-14 18:03:11.790576: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found
2021-06-14 18:03:11.790765: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Traceback (most recent call last):
File "C:\Users\Mr-Comand\3D Objects\minimal-hand-master\app.py", line 121, in
live_application(OpenCVCapture())
File "C:\Users\Mr-Comand\3D Objects\minimal-hand-master\app.py", line 72, in live_application
model = ModelPipeline()
File "C:\Users\Mr-Comand\3D Objects\minimal-hand-master\wrappers.py", line 141, in init
self.det_model = ModelDet(DETECTION_MODEL_PATH)
File "C:\Users\Mr-Comand\3D Objects\minimal-hand-master\wrappers.py", line 25, in init
with tf.variable_scope('prior_based_hand'):
AttributeError: module 'tensorflow' has no attribute 'variable_scope'
[ WARN:0] global C:\Users\runneradmin\AppData\Local\Temp\pip-req-build-_8k9tw8n\opencv\modules\videoio\src\cap_msmf.cpp (438) `anonymous-namespace'::SourceReaderCB::~SourceReaderCB terminating async callback

The folder C:\Users\runneradmin don't exists.
what can I do?