Skip to content

Commit

Permalink
Add @techainer1t/
Browse files Browse the repository at this point in the history
  • Loading branch information
lamhoangtung committed Apr 22, 2021
1 parent e6fbac7 commit d4d70ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The `update` method will return a list of tracked object in the format `[List[Li
Please noted that the number of returned object might not be the same as the number of inputed object.

```javascript
const sortnode = require("sort-node");
const sortnode = require("@techainer1t/sort-node");
const kMinHits = 3;
const kMinConfidence = 0.3;
const tracker = sortnode.SortNode(kMinHists, kMinConfidence);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test": "node ./test/test_binding.js",
"build-prebuild": "prebuild -t 3 -r napi --include-regex \"\\.[nsd][oyl][dl]?[ie]?b?$\" --backend cmake-js"
},
"name": "sort-node",
"name": "@techainer1t/sort-node",
"description": "Node binding of SORT: Simple, online, and real-time tracking of multiple objects in a video sequence.",
"version": "1.0.0",
"directories": {
Expand Down

0 comments on commit d4d70ca

Please sign in to comment.