microsoft / Deep3DFaceReconstruction

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)
MIT License
2.18k stars 443 forks source link

Bazel test is failed #117

Open Ishve opened 3 years ago

Ishve commented 3 years ago

bazeltestfailed

Bazel test is failed as per below log from terminal. please see the attached screenshot as well.

FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log

Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

YuDeng commented 3 years ago

Hi, if you pass the first test (kernels:rasterize_triangles_impl_test), the library is ready to use. You can find rasterize_triangles_kernel.so following the instruction of our repository and run the demo code as well as the training code. The following two failed tests seem to cause by incompatibility between different versions of tf_mesh_renderer.

AKclown commented 3 years ago

I encountered the following problems image

Ishve commented 3 years ago

Hi, Please download correct version of Tensorflow then check the folder structure according to the github steps. If you install correct version of tensorflow you will get Kernels:rasterize_triangles_imple_test folder.

On Tue, Jul 20, 2021 at 4:18 PM AKclown @.***> wrote:

I encountered the following problems [image: image] https://user-images.githubusercontent.com/33648653/126311613-0d79d4fd-745e-41aa-8fa8-3007cb7da937.png

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/microsoft/Deep3DFaceReconstruction/issues/117#issuecomment-883294388, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASKSBLXS34SHYR4CMAIYHFTTYVIBHANCNFSM4YTVXKEQ .

AKclown commented 3 years ago

Hi, It exists in the directory you mentioned . I am a window 10 system, Is it because mine is not caused by the linux system? image

One-punch24 commented 2 years ago

bazeltestfailed

Bazel test is failed as per below log from terminal. please see the attached screenshot as well.

FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log

Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

I met the same situation with you and the .so file was not generated... (:

xi4444x commented 1 year ago

bazeltestfailed Bazel test is failed as per below log from terminal. please see the attached screenshot as well. FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

I met the same situation with you and the .so file was not generated... (:

I‘m just like you, do you solve it?

afabazel commented 1 year ago

bazeltestfailed Bazel test is failed as per below log from terminal. please see the attached screenshot as well. FAIL: //mesh_renderer:mesh_renderer_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log) FAIL: //mesh_renderer:rasterize_triangles_test (see /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log) INFO: Elapsed time: 70.600s, Critical Path: 34.69s INFO: 30 processes: 30 linux-sandbox. INFO: Build completed, 2 tests FAILED, 48 total actions //mesh_renderer/kernels:rasterize_triangles_impl_test PASSED in 0.2s //mesh_renderer:mesh_renderer_test FAILED in 3.2s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/mesh_renderer_test/test.log //mesh_renderer:rasterize_triangles_test FAILED in 4.1s /home/preksh/.cache/bazel/_bazel_preksh/887e388b830f4415bdb0c32c0787f49a/execroot/tf_mesh_renderer/bazel-out/k8-fastbuild/testlogs/mesh_renderer/rasterize_triangles_test/test.log Executed 3 out of 3 tests: 1 test passes and 2 fail locally. There were tests whose specified size is too big. Use the --test_verbose_timeoutINFO: Build completed, 2 tests FAILED, 48 total actions

I met the same situation with you and the .so file was not generated... (:

I‘m just like you, do you solve it?

Have you solved it yet?