MGCNet
MGCNet copied to clipboard
KeyError: 'TEST_SRCDIR'
Traceback (most recent call last):
File "/root/MGCNet/thirdParty/tf_mesh_renderer/mesh_renderer/rasterize_triangles.py", line 26, in
I don't assign 'TEST_SRCDIR' and I compile successfully. Do you have "rasterize_triangles_kernel.so"
Yes,"rasterize_triangles_kernel.so" in the directory “/root/MGCNet/thirdParty/tf_mesh_renderer/bazel-bin/mesh_renderer/kernels/” ------------------ Original ------------------ From: "Jing Bao"; Date: 2021年8月3日(星期二) 下午5:11 To: "jiaxiangshang/MGCNet"; Cc: "lin-girl"; "Author"; Subject: Re: [jiaxiangshang/MGCNet] KeyError: 'TEST_SRCDIR' (#44)
I don't assign 'TEST_SRCDIR' and I compile successfully. Do you have "rasterize_triangles_kernel.so"
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
The .so is not located in the right path, you can read the code.
Yes,"rasterize_triangles_kernel.so" in the directory “/root/MGCNet/thirdParty/tf_mesh_renderer/bazel-bin/mesh_renderer/kernels/” ------------------ Original ------------------ From: "Jing Bao"; Date: 2021年8月3日(星期二) 下午5:11 To: "jiaxiangshang/MGCNet"; Cc: "lin-girl"; "Author"; Subject: Re: [jiaxiangshang/MGCNet] KeyError: 'TEST_SRCDIR' (#44) I don't assign 'TEST_SRCDIR' and I compile successfully. Do you have "rasterize_triangles_kernel.so" — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
hi the same error occurs, did you solve the problem?