OnlyFlashEobard

Results 7 comments of OnlyFlashEobard

change ``from torch.utils.ffi import create_extension`` to ``from torch.utils.cpp_extension import BuildExtension`` and change ``ffi = create_extension(...)`` to ``ffi = BuildExtension(...)``

你这个问题好像是数据库路径没对上,导致没加载上图片。

百度搜索CASIA,找到步态数据集的网页,往下有一个可以直接下载步态轮廓图的链接,不需要申请。

same issue, do you solve it? > I use this command `python3 gaitgraph_casia_b.py fit --config configs/casia_b.yaml` but it always give me error reply > > ``` > File "gaitgraph_casia_b.py", line...