mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-06 05:27:44 +03:00
Fix train issue
This commit is contained in:
parent
575eb3e5fe
commit
fc4371410c
@ -617,7 +617,7 @@ function FaceAttempt({
|
|||||||
(trainName: string) => {
|
(trainName: string) => {
|
||||||
axios
|
axios
|
||||||
.post(`/faces/train/${trainName}/classify`, {
|
.post(`/faces/train/${trainName}/classify`, {
|
||||||
training_file: data.eventId,
|
training_file: data.filename,
|
||||||
})
|
})
|
||||||
.then((resp) => {
|
.then((resp) => {
|
||||||
if (resp.status == 200) {
|
if (resp.status == 200) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user