Skip to content

Commit

Permalink
add CUDA build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kounoike committed Mar 7, 2022
1 parent c5b2588 commit 0dc662d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
curl https://github.com/google/mediapipe/raw/master/mediapipe/modules/selfie_segmentation/selfie_segmentation_landscape.tflite
docker pull ghcr.io/pinto0309/tflite2tensorflow:latest

docker run ......

tflite2tensorflow \
--model_path segm_full_v679.tflite \
--flatc_path ../flatc \
--schema_path ../schema.fbs \
--output_pb

0 comments on commit 0dc662d

Please sign in to comment.