diff --git a/docs/docs/integrations/plus.md b/docs/docs/integrations/plus.md index 32ffdfa78..622028674 100644 --- a/docs/docs/integrations/plus.md +++ b/docs/docs/integrations/plus.md @@ -43,19 +43,10 @@ Snapshots must be enabled to be able to submit examples to Frigate+ ### Annotate and verify -You can view all of your submitted images at [https://plus.frigate.video](https://plus.frigate.video). Annotations can be added by clicking an image. +You can view all of your submitted images at [https://plus.frigate.video](https://plus.frigate.video). Annotations can be added by clicking an image. For more detailed information about labeling, see the documentation on [improving your model](../plus/improving_model.md). ![Annotate](/img/annotate.png) -It is important to label all objects in the image. - -False positives will be shown with a read box and the label will have a strike through. -![false positive](/img/plus/false-positive.jpg) - -Misidentified objects should have a correct label added. For example, if a person was mistakenly detected as a cat, you should submit it as a false positive in Frigate and add a label for the person. The boxes will overlap. - -![add image](/img/plus/false-positive-overlap.pjpg) - ## Use Models Models available in Frigate+ can be used with a special model path. No other information needs to be configured for Frigate+ models because it fetches the remaining config from Frigate+ automatically. diff --git a/docs/docs/plus/improving_model.md b/docs/docs/plus/improving_model.md index 032bfd62b..be9075f65 100644 --- a/docs/docs/plus/improving_model.md +++ b/docs/docs/plus/improving_model.md @@ -22,3 +22,12 @@ For the best results, follow the following guidelines. **`amazon`, `ups`, and `fedex` should label the logo**: For a Fedex truck, label the truck as a `car` and make a different bounding box just for the Fedex logo. If there are multiple logos, label each of them. ![Fedex Logo](/img/plus/fedex-logo.jpg) + +## False positive labels + +False positives will be shown with a read box and the label will have a strike through. +![false positive](/img/plus/false-positive.jpg) + +Misidentified objects should have a correct label added. For example, if a person was mistakenly detected as a cat, you should submit it as a false positive in Frigate and add a label for the person. The boxes will overlap. + +![add image](/img/plus/false-positive-overlap.jpg)