label-studio
label-studio copied to clipboard
feat: dino support
A draft PR adding trying to make it possible to use dropdown menu in label studio project to send text context to all tasks selected.
Deploy Preview for label-studio-docs-new-theme ready!
| Name | Link |
|---|---|
| Latest commit | 61cd2028cf166d6c3b486d0d7c03f1d86dcbf85a |
| Latest deploy log | https://app.netlify.com/sites/label-studio-docs-new-theme/deploys/656de3afeabb840008759767 |
| Deploy Preview | https://deploy-preview-4882--label-studio-docs-new-theme.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Deploy Preview for heartex-docs ready!
| Name | Link |
|---|---|
| Latest commit | 61cd2028cf166d6c3b486d0d7c03f1d86dcbf85a |
| Latest deploy log | https://app.netlify.com/sites/heartex-docs/deploys/656de3aef7bf7500074eaa95 |
| Deploy Preview | https://deploy-preview-4882--heartex-docs.netlify.app/guide/billing |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Issue is I can send text context and retrieve prediction if I only select one task, but if I select multiple tasks before retrieving predictions the context is not sent and is run into an error.
Here is an example. It works on using context and retrieving prediction on one image. However, when I select multiple, it ends up retrieving no predictions and the ML backend shows a no context received (context is null) error so it cannot access the text prompt.
https://github.com/HumanSignal/label-studio/assets/106922533/d3c83f29-c563-4c91-8f3e-99ec9742c60a
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.95%. Comparing base (
26ac9a5) to head (61cd202). Report is 1062 commits behind head on develop.
Additional details and impacted files
@@ Coverage Diff @@
## develop #4882 +/- ##
===========================================
- Coverage 76.03% 75.95% -0.08%
===========================================
Files 154 154
Lines 12792 12807 +15
===========================================
+ Hits 9726 9728 +2
- Misses 3066 3079 +13
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Earlier context errors have been fixed
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.
will this be merged soon?
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.
This PR was closed because it has been stalled for 10 days with no activity.