commit 22/05/2025
This commit is contained in:
@@ -13,7 +13,7 @@ import java.util.function.Consumer;
|
|||||||
@SuppressWarnings("FieldCanBeLocal")
|
@SuppressWarnings("FieldCanBeLocal")
|
||||||
public class YoloDetector {
|
public class YoloDetector {
|
||||||
|
|
||||||
private List<String> classNames;
|
private final List<String> classNames;
|
||||||
private Net net = null;
|
private Net net = null;
|
||||||
private boolean loaded = false;
|
private boolean loaded = false;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user