Drop down supported detectors and dimensions

This commit is contained in:
leccelecce 2025-03-24 13:08:01 +00:00 committed by james
parent f2c48840ca
commit 9b45a54a8b

View File

@ -357,9 +357,11 @@ export default function FrigatePlusSettingsView({
{new Date(
model.trainDate,
).toLocaleString()}{" "}
({model.baseModel}) (
{model.supportedDetectors.join(", ")}) (
{model.width + "x" + model.height})
({model.baseModel})
<div>
Supported Detectors: ({model.supportedDetectors.join(", ")}) Dimensions (
{model.width + "x" + model.height})
</div>
<div className="text-xs text-muted-foreground">
{id}
</div>