Skip to content

Commit

Permalink
Enable download stats for deepforest-tree and deepforest-bird (#868)
Browse files Browse the repository at this point in the history
The models are produced using Deepforest,  a python package.
 https://github.com/weecology/DeepForest

---------

Co-authored-by: Lucain <[email protected]>
Co-authored-by: Vaibhav Srivastav <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent 9bed74e commit caef921
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
filter: false,
countDownloads: `path:"adapter_config.json"`,
},
deepforest: {
prettyLabel: "DeepForest",
repoName: "deepforest",
docsUrl: "https://deepforest.readthedocs.io/en/latest/",
repoUrl: "https://github.com/weecology/DeepForest",
countDownloads: `path_extension:"pt"`,
},
"depth-anything-v2": {
prettyLabel: "DepthAnythingV2",
repoName: "Depth Anything V2",
Expand Down

0 comments on commit caef921

Please sign in to comment.