diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 22:07:56 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-06-27 22:07:56 +0200 |
| commit | babe3d394a600494c1db4e7daf40e39afd76da75 (patch) | |
| tree | 9bee0379d886123544a2426d531956d931c1b6ac /playground/native-calculate.sh | |
| parent | 8d1d7b7b4a48187f5849548bbc6bb543d6de33ba (diff) | |
WIP native implementation
Diffstat (limited to 'playground/native-calculate.sh')
| -rwxr-xr-x | playground/native-calculate.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/playground/native-calculate.sh b/playground/native-calculate.sh deleted file mode 100755 index d47035e..0000000 --- a/playground/native-calculate.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -. $(dirname -- "$0")/env.sh - -exec $ROOT_PATH/src_py/opcut/bin/linux-opcut-calculate \ - --method greedy \ - --output result.json \ - params.json |
