mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-03 06:40:22 +00:00
Compare commits
2 Commits
d98e73bc94
...
4184b13261
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4184b13261 | ||
|
|
c994eb539b |
@ -372,7 +372,7 @@ export default function FrigatePlusSettingsView({
|
||||
{new Date(
|
||||
model.trainDate,
|
||||
).toLocaleString()}{" "}
|
||||
{model.name} ({model.baseModel}) (
|
||||
({model.baseModel}) (
|
||||
{model.isBaseModel
|
||||
? t(
|
||||
"frigatePlus.modelInfo.plusModelType.baseModel",
|
||||
@ -380,17 +380,17 @@ export default function FrigatePlusSettingsView({
|
||||
: t(
|
||||
"frigatePlus.modelInfo.plusModelType.userModel",
|
||||
)}
|
||||
)
|
||||
)<div></div>
|
||||
<div>
|
||||
{model.name} (
|
||||
{model.width + "x" + model.height})
|
||||
</div>
|
||||
<div>
|
||||
{t(
|
||||
"frigatePlus.modelInfo.supportedDetectors",
|
||||
)}
|
||||
: {model.supportedDetectors.join(", ")}
|
||||
</div>
|
||||
<div>
|
||||
{t("frigatePlus.modelInfo.dimensions")}:{" "}
|
||||
{model.width + "x" + model.height}
|
||||
</div>
|
||||
<div className="text-xs text-muted-foreground">
|
||||
{id}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user