Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Aug 15, 2021
1 parent 9d3a3df commit c4bc0c4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 013demo_super-resolution-worker-js-demo/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const interpolationTypes: { [name: string]: number } = {

const useStyles = makeStyles((theme) => ({
inputView: {
maxWidth: 512
// maxWidth: 512
}
}));

Expand Down
2 changes: 1 addition & 1 deletion tfl001_google-meet-segmentation/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone https://github.com/opencv/opencv.git -b 4.5.3 --depth 1 opencv
WORKDIR /opencv
RUN python3 platforms/js/build_js.py build_wasm --emscripten_dir=/emsdk/upstream/emscripten --config_only
RUN python3 platforms/js/build_js.py build_wasm_simd --simd --emscripten_dir=/emsdk/upstream/emscripten --config_only
ENV OPENCV_JS_WHITELIST /opencv_for_emsdk/platforms/js/opencv_js.config.py
ENV OPENCV_JS_WHITELIST /opencv/platforms/js/opencv_js.config.py
RUN cd build_wasm && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install
RUN cd build_wasm_simd && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install

Expand Down
2 changes: 1 addition & 1 deletion tfl001exp_google-meet-segmentation/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone https://github.com/opencv/opencv.git -b 4.5.3 --depth 1 opencv
WORKDIR /opencv
RUN python3 platforms/js/build_js.py build_wasm --emscripten_dir=/emsdk/upstream/emscripten --config_only
RUN python3 platforms/js/build_js.py build_wasm_simd --simd --emscripten_dir=/emsdk/upstream/emscripten --config_only
ENV OPENCV_JS_WHITELIST /opencv_for_emsdk/platforms/js/opencv_js.config.py
ENV OPENCV_JS_WHITELIST /opencv/platforms/js/opencv_js.config.py
RUN cd build_wasm && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install
RUN cd build_wasm_simd && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install
### MediaPipe
Expand Down
2 changes: 1 addition & 1 deletion tfl002_white-box-cartoonization/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone https://github.com/opencv/opencv.git -b 4.5.3 --depth 1 opencv
WORKDIR /opencv
RUN python3 platforms/js/build_js.py build_wasm --emscripten_dir=/emsdk/upstream/emscripten --config_only
RUN python3 platforms/js/build_js.py build_wasm_simd --simd --emscripten_dir=/emsdk/upstream/emscripten --config_only
ENV OPENCV_JS_WHITELIST /opencv_for_emsdk/platforms/js/opencv_js.config.py
ENV OPENCV_JS_WHITELIST /opencv/platforms/js/opencv_js.config.py
RUN cd build_wasm && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install
RUN cd build_wasm_simd && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install

Expand Down
2 changes: 1 addition & 1 deletion tfl004_super_resolution/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN git clone https://github.com/opencv/opencv.git -b 4.5.3 --depth 1 opencv
WORKDIR /opencv
RUN python3 platforms/js/build_js.py build_wasm --emscripten_dir=/emsdk/upstream/emscripten --config_only
RUN python3 platforms/js/build_js.py build_wasm_simd --simd --emscripten_dir=/emsdk/upstream/emscripten --config_only
ENV OPENCV_JS_WHITELIST /opencv_for_emsdk/platforms/js/opencv_js.config.py
ENV OPENCV_JS_WHITELIST /opencv/platforms/js/opencv_js.config.py
RUN cd build_wasm && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install
RUN cd build_wasm_simd && /emsdk/upstream/emscripten/emmake make -j$(nproc) && /emsdk/upstream/emscripten/emmake make install

Expand Down

0 comments on commit c4bc0c4

Please sign in to comment.