google / butteraugli

butteraugli estimates the psychovisual difference between two images
Apache License 2.0
1.96k stars 137 forks source link

butteraugli: command not found #52

Closed Jillian2017 closed 5 years ago

Jillian2017 commented 5 years ago

Hi, I'm struggling to understand the usage for buggeraugli. After install bazel, I run the command: bazel build -c opt //:butteraugli, and it printed:“Build completed successfully, 84 total actions”. Then, I run the command butteraugli ori.png rec.png. "butteraugli: command not found." In this directory, there are bazel-bin, bazel-butteraugli, bazel-genfiles, bazel-out,bazel-testlogs. Is there anything wrong? Could your please give me some advices? Best regards.

khavishbhundoo commented 5 years ago

Copy the binaries in bazel-bin to /usr/bin folder.Then try again

On Fri, Jan 4, 2019, 4:59 PM Jillian2017 <notifications@github.com wrote:

Hi, I'm struggling to understand the usage for buggeraugli. After install bazel, I run the command: bazel build -c opt //:butteraugli, and it printed:“Build completed successfully, 84 total actions”. Then, I run the command butteraugli ori.png rec.png. "butteraugli: command not found." In this directory, there are bazel-bin, bazel-butteraugli, bazel-genfiles, bazel-out,bazel-testlogs. Is there anything wrong? Could your please give me some advices? Best regards.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google/butteraugli/issues/52, or mute the thread https://github.com/notifications/unsubscribe-auth/ARp_Ybq3ckVnjumeQE9cZRV1cqvVCrbhks5u_1BJgaJpZM4ZpoRH .

Jillian2017 commented 5 years ago

Thanks a lot, it worked. Best regards.