mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-11 23:56:46 +03:00
Fix tag
This commit is contained in:
parent
6ed16bbc13
commit
fa8cd1c51e
34
docs/static/frigate-api.yaml
vendored
34
docs/static/frigate-api.yaml
vendored
@ -195,7 +195,7 @@ paths:
|
|||||||
/faces:
|
/faces:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Get all registered faces
|
summary: Get all registered faces
|
||||||
description: |-
|
description: |-
|
||||||
Returns a dictionary mapping face names to lists of image filenames.
|
Returns a dictionary mapping face names to lists of image filenames.
|
||||||
@ -213,7 +213,7 @@ paths:
|
|||||||
/faces/reprocess:
|
/faces/reprocess:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Reprocess a face training image
|
summary: Reprocess a face training image
|
||||||
description: |-
|
description: |-
|
||||||
Reprocesses a face training image to update the prediction.
|
Reprocesses a face training image to update the prediction.
|
||||||
@ -242,7 +242,7 @@ paths:
|
|||||||
/faces/train/{name}/classify:
|
/faces/train/{name}/classify:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Classify and save a face training image
|
summary: Classify and save a face training image
|
||||||
description: |-
|
description: |-
|
||||||
Adds a training image to a specific face name for face recognition.
|
Adds a training image to a specific face name for face recognition.
|
||||||
@ -280,7 +280,7 @@ paths:
|
|||||||
/faces/{name}/create:
|
/faces/{name}/create:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Create a new face name
|
summary: Create a new face name
|
||||||
description: |-
|
description: |-
|
||||||
Creates a new folder for a face name in the faces directory.
|
Creates a new folder for a face name in the faces directory.
|
||||||
@ -310,7 +310,7 @@ paths:
|
|||||||
/faces/{name}/register:
|
/faces/{name}/register:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Register a face image
|
summary: Register a face image
|
||||||
description: >-
|
description: >-
|
||||||
Registers a face image for a specific face name by uploading an image
|
Registers a face image for a specific face name by uploading an image
|
||||||
@ -348,7 +348,7 @@ paths:
|
|||||||
/faces/recognize:
|
/faces/recognize:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Recognize a face from an uploaded image
|
summary: Recognize a face from an uploaded image
|
||||||
description: |-
|
description: |-
|
||||||
Recognizes a face from an uploaded image file by comparing it against
|
Recognizes a face from an uploaded image file by comparing it against
|
||||||
@ -377,7 +377,7 @@ paths:
|
|||||||
/faces/{name}/delete:
|
/faces/{name}/delete:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Delete face images
|
summary: Delete face images
|
||||||
description: >-
|
description: >-
|
||||||
Deletes specific face images for a given face name. The image IDs must
|
Deletes specific face images for a given face name. The image IDs must
|
||||||
@ -413,7 +413,7 @@ paths:
|
|||||||
/faces/{old_name}/rename:
|
/faces/{old_name}/rename:
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Rename a face name
|
summary: Rename a face name
|
||||||
description: |-
|
description: |-
|
||||||
Renames a face name in the system. The old name must exist and the new
|
Renames a face name in the system. The old name must exist and the new
|
||||||
@ -447,7 +447,7 @@ paths:
|
|||||||
/lpr/reprocess:
|
/lpr/reprocess:
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Reprocess a license plate
|
summary: Reprocess a license plate
|
||||||
description: |-
|
description: |-
|
||||||
Reprocesses a license plate image to update the plate.
|
Reprocesses a license plate image to update the plate.
|
||||||
@ -477,7 +477,7 @@ paths:
|
|||||||
/reindex:
|
/reindex:
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Reindex embeddings
|
summary: Reindex embeddings
|
||||||
description: |-
|
description: |-
|
||||||
Reindexes the embeddings for all tracked objects.
|
Reindexes the embeddings for all tracked objects.
|
||||||
@ -492,7 +492,7 @@ paths:
|
|||||||
/audio/transcribe:
|
/audio/transcribe:
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Transcribe audio
|
summary: Transcribe audio
|
||||||
description: |-
|
description: |-
|
||||||
Transcribes audio from a specific event.
|
Transcribes audio from a specific event.
|
||||||
@ -520,7 +520,7 @@ paths:
|
|||||||
/classification/{name}/dataset:
|
/classification/{name}/dataset:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Get classification dataset
|
summary: Get classification dataset
|
||||||
description: |-
|
description: |-
|
||||||
Gets the dataset for a specific classification model.
|
Gets the dataset for a specific classification model.
|
||||||
@ -548,7 +548,7 @@ paths:
|
|||||||
/classification/{name}/train:
|
/classification/{name}/train:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Get classification train images
|
summary: Get classification train images
|
||||||
description: |-
|
description: |-
|
||||||
Gets the train images for a specific classification model.
|
Gets the train images for a specific classification model.
|
||||||
@ -575,7 +575,7 @@ paths:
|
|||||||
$ref: '#/components/schemas/HTTPValidationError'
|
$ref: '#/components/schemas/HTTPValidationError'
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Train a classification model
|
summary: Train a classification model
|
||||||
description: |-
|
description: |-
|
||||||
Trains a specific classification model.
|
Trains a specific classification model.
|
||||||
@ -603,7 +603,7 @@ paths:
|
|||||||
/classification/{name}/dataset/{category}/delete:
|
/classification/{name}/dataset/{category}/delete:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Delete classification dataset images
|
summary: Delete classification dataset images
|
||||||
description: >-
|
description: >-
|
||||||
Deletes specific dataset images for a given classification model and
|
Deletes specific dataset images for a given classification model and
|
||||||
@ -645,7 +645,7 @@ paths:
|
|||||||
/classification/{name}/dataset/categorize:
|
/classification/{name}/dataset/categorize:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Categorize a classification image
|
summary: Categorize a classification image
|
||||||
description: >-
|
description: >-
|
||||||
Categorizes a specific classification image for a given classification
|
Categorizes a specific classification image for a given classification
|
||||||
@ -681,7 +681,7 @@ paths:
|
|||||||
/classification/{name}/train/delete:
|
/classification/{name}/train/delete:
|
||||||
post:
|
post:
|
||||||
tags:
|
tags:
|
||||||
- classification
|
- Classification
|
||||||
summary: Delete classification train images
|
summary: Delete classification train images
|
||||||
description: |-
|
description: |-
|
||||||
Deletes specific train images for a given classification model.
|
Deletes specific train images for a given classification model.
|
||||||
|
|||||||
@ -10,5 +10,5 @@ class Tags(Enum):
|
|||||||
review = "Review"
|
review = "Review"
|
||||||
export = "Export"
|
export = "Export"
|
||||||
events = "Events"
|
events = "Events"
|
||||||
classification = "classification"
|
classification = "Classification"
|
||||||
auth = "Auth"
|
auth = "Auth"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user