From caef9219677181c0dc0c23eb65dab67e2292b5f9 Mon Sep 17 00:00:00 2001 From: henry senyondo Date: Wed, 28 Aug 2024 04:48:43 -0400 Subject: [PATCH] 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 Co-authored-by: Vaibhav Srivastav --- packages/tasks/src/model-libraries.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/tasks/src/model-libraries.ts b/packages/tasks/src/model-libraries.ts index 52442ffd2..0860f9352 100644 --- a/packages/tasks/src/model-libraries.ts +++ b/packages/tasks/src/model-libraries.ts @@ -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",