Open cv docker image output

asked 2020-04-14 12:10:56 -0600

Hey! I'm using the docker image for building OpenCV js as stated in the official documentation: https://docs.opencv.org/master/d4/da1...

I'm using this command

docker run --rm --workdir /code -v "$PWD":/code "trzeci/emscripten:latest" python ./platforms/js/build_js.py build

It's ending successfully but can't seem to find the outputted file, where should that file be? I'm using macOS.

edit retag flag offensive close merge delete