From 6965d6e931648493467e736399b275ac669815e8 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 11 Feb 2024 09:31:45 -0600 Subject: [PATCH] remove reference to the term credit --- docs/docs/plus/faq.md | 6 +----- docs/docs/plus/first_model.md | 2 +- docs/docs/plus/index.md | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/docs/plus/faq.md b/docs/docs/plus/faq.md index 1723e0583..fb0cd2512 100644 --- a/docs/docs/plus/faq.md +++ b/docs/docs/plus/faq.md @@ -7,10 +7,6 @@ title: FAQ Frigate+ models are built by fine tuning a base model with the images you have annotated and verified. The base model is trained from scratch from a sampling of images across all Frigate+ user submissions and takes weeks of expensive GPU resources to train. If the models were built using your image uploads alone, you would need to provide tens of thousands of examples and it would take more than a week (and considerable cost) to train. Diversity helps the model generalize. -### What is a training credit and how do I use them? - -Essentially, `1 training credit = 1 trained model`. When you have uploaded, annotated, and verified additional images and you are ready to train your model, you will submit a model request which will use one credit. The model that is trained will utilize all of the verified images in your account. When new base models are available, it will require the use of a training credit to generate a new user model on the new base model. - ### Are my video feeds sent to the cloud for analysis when using Frigate+ models? No. Frigate+ models are a drop in replacement for the default model. All processing is performed locally as always. The only images sent to Frigate+ are the ones you specifically submit via the `Send to Frigate+` button or upload directly. @@ -25,4 +21,4 @@ Yes. Models and metadata are stored in the `model_cache` directory within the co ### Can I keep using my Frigate+ models even if I do not renew my subscription? -Yes. Subscriptions to Frigate+ provide access to the infrastructure used to train the models. Models trained using the training credits that you purchased are yours to keep and use forever. However, do note that the terms and conditions prohibit you from sharing, reselling, or creating derivative products from the models. +Yes. Subscriptions to Frigate+ provide access to the infrastructure used to train the models. Models trained with your subscription are yours to keep and use forever. However, do note that the terms and conditions prohibit you from sharing, reselling, or creating derivative products from the models. diff --git a/docs/docs/plus/first_model.md b/docs/docs/plus/first_model.md index 8dcc52015..2f76dd08a 100644 --- a/docs/docs/plus/first_model.md +++ b/docs/docs/plus/first_model.md @@ -13,7 +13,7 @@ For more detailed recommendations, you can refer to the docs on [improving your ## Step 2: Submit a model request -Once you have an initial set of verified images, you can request a model on the Models page. Each model request requires 1 of the training credits that you receive with your annual subscription. This model will support all [label types available](./index.md#available-label-types) even if you do not submit any examples for those labels. Model creation can take up to 36 hours. +Once you have an initial set of verified images, you can request a model on the Models page. Each model request requires 1 of the 12 trainings that you receive with your annual subscription. This model will support all [label types available](./index.md#available-label-types) even if you do not submit any examples for those labels. Model creation can take up to 36 hours. ![Plus Models Page](/img/plus/plus-models.jpg) ## Step 3: Set your model id in the config diff --git a/docs/docs/plus/index.md b/docs/docs/plus/index.md index c04e594e8..de84c6a45 100644 --- a/docs/docs/plus/index.md +++ b/docs/docs/plus/index.md @@ -11,7 +11,7 @@ The baseline model isn't directly available after subscribing. This may change i ::: -With a subscription, and at each annual renewal, you will receive 12 model training credits. If you cancel your subscription, you will retain access to any trained models. An active subscription is required to submit model requests or purchase additional training credits. +With a subscription, 12 model trainings per year are included. If you cancel your subscription, you will retain access to any trained models. An active subscription is required to submit model requests or purchase additional trainings. Information on how to integrate Frigate+ with Frigate can be found in the [integration docs](../integrations/plus.md).