Skip to content

Commit

Permalink
chore: remove onnx files
Browse files Browse the repository at this point in the history
Signed-off-by: ktro2828 <[email protected]>
  • Loading branch information
ktro2828 committed Sep 4, 2024
1 parent 224eb5c commit bd138e5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
onnx/mtr_static2x7.onnx filter=lfs diff=lfs merge=lfs -text
onnx/mtr_dynamic.onnx filter=lfs diff=lfs merge=lfs -text
*.onnx filter=lfs diff=lfs merge=lfs -text
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ where,

## Build & Run

### Build
### Download onnx

```shell
cmake -B build && cmake --build build -j${nproc}
# download onnx.zip
git lfs pull
```

### Download onnx
### Build

```shell
# download onnx.zip
git lfs pull
cmake -B build && cmake --build build -j${nproc}
```

### Execute
Expand Down
3 changes: 0 additions & 3 deletions onnx/mtr_dynamic.onnx

This file was deleted.

3 changes: 0 additions & 3 deletions onnx/mtr_static2x7.onnx

This file was deleted.

0 comments on commit bd138e5

Please sign in to comment.