Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to blog post on binomial tails from best practices #155

Merged
merged 1 commit into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/blog/2023-12-06-framegrab.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ authors:
title: CTO and Co-founder at Groundlight
image_url: https://a-us.storyblok.com/f/1015187/284x281/602a9c95c5/diracl.png
- name: Tyler Romero
title: Senior Machine Learning Engineer
title: Senior ML Engineer at Groundlight
image_url: https://a-us.storyblok.com/f/1015187/1000x1000/368053d79a/romerot.jpg
- name: Michael Vogelsong
title: Chief ML Scientist
title: Chief ML Engineer at Groundlight
image_url: https://a-us.storyblok.com/f/1015187/1000x1000/c87b9d30f4/vogelsongm.jpg


Expand Down
6 changes: 5 additions & 1 deletion docs/blog/2023-12-15-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ description: How to get the best chance of success from Groundlight detectors
slug: best-practices
authors:
- name: Paulina Varshavskaya
title: Head of R&D at Groundlight
image_url: https://a-us.storyblok.com/f/1015187/1000x1000/932933bc26/varshap.jpg
- name: Sunil Kumar
title: ML Engineer at Groundlight
image_url: https://a-us.storyblok.com/f/1015187/1000x1000/a265e322bd/kumars.jpg
- name: Blake Thorne
title: Head of Marketing at Groundlight
image_url: https://a-us.storyblok.com/f/1015187/1000x1000/daf4a78ec3/thorneb.jpg

tags: [how-to, best-practices]
Expand Down Expand Up @@ -82,7 +85,8 @@ It's also good practice to continue adding a few ground truth labels here and th
on the detector details page, in order to get tighter confidence bounds on your detector’s performance metrics.

---
> :mortar_board: *Watch this space for a forthcoming in-depth discussion of confidence bounds*
> :mortar_board: *Read an in-depth discussion of how we assess detector accuracy and the confidence bounds reported for your detector's performance:*
[Tales from the Binomial Tail: Confidence intervals for balanced accuracy](2024-01-16-binomial-tails.md)
---

If you notice labeling mistakes, correct them by providing your own answer. Then consider adding
Expand Down
2 changes: 2 additions & 0 deletions docs/blog/2024-01-02-groundlight-pi-gen.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Happy New Year everybody! If you got a fancy new Raspberry Pi 5 for Christmas,

Raspberry Pi offers a great platform for computer vision (CV), ranging from home hobby projects to serious industrial applications. However, setting up a Raspberry Pi for computer vision can be a time-consuming process. [Groundlight Pi-Gen](https://github.com/groundlight/groundlight-pi-gen), simplifies the setup process by providing ready-to-use OS images for Raspberry Pi.

<!-- truncate -->

(Note that here, when we say "image" we mean an OS image, which is a file containing a snapshot of an operating system - linux - that can be installed onto a new machine. These are not photos or pictures, which are also of course important in computer vision. Oh jargon...)

## Raspberry Pi OS Images pre-built with Computer Vision Software
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/2024-01-16-binomial-tails.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: How we assess and report detector accuracy
slug: confidence-intervals-for-balanced-accuracy
authors:
- name: Ted Sandler
title: Senior Applied Scientist
title: Senior Applied Scientist at Groundlight
image_url: https://a-us.storyblok.com/f/1015187/1000x1000/efc35da152/sandlert.jpg
- name: Leo Dirac
title: CTO and Co-founder at Groundlight
Expand Down
Loading