GaitGraph2 icon indicating copy to clipboard operation
GaitGraph2 copied to clipboard

GaitGraph not found error

Open syasir1 opened this issue 1 year ago • 2 comments

when i run the script it shows the following error, how can i resolve it?

Traceback (most recent call last): File "E:\gait-recognition\GaitGraph2-main\GaitGraph\gaitgraph_casia_b.py", line 13, in from GaitGraph import cli_logo ModuleNotFoundError: No module named 'GaitGraph'

syasir1 avatar Jan 31 '24 06:01 syasir1

我也遇到了这个问题,请问你解决了吗,是否有道友提供帮助,十分感谢!!!

weishiguan avatar Mar 04 '24 14:03 weishiguan

I solved the issue by adding import sys to the gaitgraph_casiaz_b.py sys.path.append('GaitGraph's previous directory')

weishiguan avatar Mar 06 '24 02:03 weishiguan