Models
Frigate+ offers models trained on images submitted by Frigate+ users from their security cameras and is specifically designed for the way Frigate NVR analyzes video footage. These models offer higher accuracy with less resources. The images you upload are used to fine tune a base model trained from images uploaded by all Frigate+ users. This fine tuning process results in a model that is optimized for accuracy in your specific conditions.
With a subscription, 12 model trainings to fine tune your model per year are included. In addition, you will have access to any base models published while your subscription is active. If you cancel your subscription, you will retain access to any trained and base models in your account. An active subscription is required to submit model requests or purchase additional trainings. New base models are published quarterly with target dates of January 15th, April 15th, July 15th, and October 15th.
Information on how to integrate Frigate+ with Frigate can be found in the integration docs.
Available model types​
There are two model types offered in Frigate+, mobiledet
and yolonas
. Both of these models are object detection models and are trained to detect the same set of labels listed below.
Not all model types are supported by all detectors, so it's important to choose a model type to match your detector as shown in the table under supported detector types. You can test model types for compatibility and speed on your hardware by using the base models.
Model Type | Description |
---|---|
mobiledet | Based on the same architecture as the default model included with Frigate. Runs on Google Coral devices and CPUs. |
yolonas | A newer architecture that offers slightly higher accuracy and improved detection of small objects. Runs on Intel, NVidia GPUs, and AMD GPUs. |
Supported detector types​
Currently, Frigate+ models support CPU (cpu
), Google Coral (edgetpu
), OpenVino (openvino
), ONNX (onnx
), and ROCm (rocm
) detectors.
Using Frigate+ models with onnx
and rocm
is only available with Frigate 0.15 and later.
Hardware | Recommended Detector Type | Recommended Model Type |
---|---|---|
CPU | cpu | mobiledet |
Coral (all form factors) | edgetpu | mobiledet |
Intel | openvino | yolonas |
NVidia GPU* | onnx | yolonas |
AMD ROCm GPU* | rocm | yolonas |
* Requires Frigate 0.15
Improving your model​
Some users may find that Frigate+ models result in more false positives initially, but by submitting true and false positives, the model will improve. With all the new images now being submitted by subscribers, future base models will improve as more and more examples are incorporated. Note that only images with at least one verified label will be used when training your model. Submitting an image from Frigate as a true or false positive will not verify the image. You still must verify the image in Frigate+ in order for it to be used in training.
- Submit both true positives and false positives. This will help the model differentiate between what is and isn't correct. You should aim for a target of 80% true positive submissions and 20% false positives across all of your images. If you are experiencing false positives in a specific area, submitting true positives for any object type near that area in similar lighting conditions will help teach the model what that area looks like when no objects are present.
- Lower your thresholds a little in order to generate more false/true positives near the threshold value. For example, if you have some false positives that are scoring at 68% and some true positives scoring at 72%, you can try lowering your threshold to 65% and submitting both true and false positives within that range. This will help the model learn and widen the gap between true and false positive scores.
- Submit diverse images. For the best results, you should provide at least 100 verified images per camera. Keep in mind that varying conditions should be included. You will want images from cloudy days, sunny days, dawn, dusk, and night. As circumstances change, you may need to submit new examples to address new types of false positives. For example, the change from summer days to snowy winter days or other changes such as a new grill or patio furniture may require additional examples and training.
Available label types​
Frigate+ models support a more relevant set of objects for security cameras. The labels for annotation in Frigate+ are configurable by editing the camera in the Cameras section of Frigate+. Currently, the following objects are supported:
- People:
person
,face
- Vehicles:
car
,motorcycle
,bicycle
,boat
,license_plate
- Delivery Logos:
amazon
,usps
,ups
,fedex
,dhl
,an_post
,purolator
,postnl
,nzpost
,postnord
,gls
,dpd
- Animals:
dog
,cat
,deer
,horse
,bird
,raccoon
,fox
,bear
,cow
,squirrel
,goat
,rabbit
- Other:
package
,waste_bin
,bbq_grill
,robot_lawnmower
,umbrella
Other object types available in the default Frigate model are not available. Additional object types will be added in future releases.
Candidate labels​
Candidate labels are also available for annotation. These labels don't have enough data to be included in the model yet, but using them will help add support sooner. You can enable these labels by editing the camera settings.
Where possible, these labels are mapped to existing labels during training. For example, any baby
labels are mapped to person
until support for new labels is added.
The candidate labels are: baby
, royal mail
, canada post
, bpost
, skunk
, badger
, possum
, rodent
, kangaroo
, chicken
, groundhog
, boar
, hedgehog
, school bus
, tractor
, golf cart
, garbage truck
, bus
, sports ball
Candidate labels are not available for automatic suggestions.
Label attributes​
Frigate has special handling for some labels when using Frigate+ models. face
, license_plate
, and delivery logos such as amazon
, ups
, and fedex
are considered attribute labels which are not tracked like regular objects and do not generate review items directly. In addition, the threshold
filter will have no effect on these labels. You should adjust the min_score
and other filter values as needed.
In order to have Frigate start using these attribute labels, you will need to add them to the list of objects to track:
objects:
track:
- person
- face
- license_plate
- dog
- cat
- car
- amazon
- fedex
- ups
- package
When using Frigate+ models, Frigate will choose the snapshot of a person object that has the largest visible face. For cars, the snapshot with the largest visible license plate will be selected. This aids in secondary processing such as facial and license plate recognition for person and car objects.
Delivery logos such as amazon
, ups
, and fedex
labels are used to automatically assign a sub label to car objects.