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