Skip to content

Commit

Permalink
test (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob1in authored Jul 11, 2024
1 parent d84ced4 commit b6c63d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,13 @@
"model": "viam:vision:face-identification"
}
],
"build": {
"build": "./build.sh",
"path": "dist/main",
"arch": [
"linux/amd64",
"linux/arm64"
]
},
"entrypoint": "dist/main"
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ viam-sdk>=0.21
onnx2torch
numpy
torch
pyinstaller
torchvision
facenet-pytorch
opencv-python
Expand Down

0 comments on commit b6c63d6

Please sign in to comment.