Skip to content

Commit caef921

Browse files
henrykirondeWauplinVaibhavs10
authored
Enable download stats for deepforest-tree and deepforest-bird (#868)
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]>
1 parent 9bed74e commit caef921

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/tasks/src/model-libraries.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,13 @@ export const MODEL_LIBRARIES_UI_ELEMENTS = {
150150
filter: false,
151151
countDownloads: `path:"adapter_config.json"`,
152152
},
153+
deepforest: {
154+
prettyLabel: "DeepForest",
155+
repoName: "deepforest",
156+
docsUrl: "https://deepforest.readthedocs.io/en/latest/",
157+
repoUrl: "https://github.com/weecology/DeepForest",
158+
countDownloads: `path_extension:"pt"`,
159+
},
153160
"depth-anything-v2": {
154161
prettyLabel: "DepthAnythingV2",
155162
repoName: "Depth Anything V2",

0 commit comments

Comments
 (0)