mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2024-11-25 16:42:27 +00:00
Bug fix deep learning classifier
The number of class names was not being read from import file- fixed
This commit is contained in:
parent
6f9ed0b97f
commit
cdd77b1dfa
@ -283,6 +283,8 @@ public class GenericModelParser {
|
||||
classNames[i]=classNames[i].trim(); //remove whitespace
|
||||
|
||||
}
|
||||
|
||||
paramsClone.numClasses = classNames.length;
|
||||
|
||||
|
||||
if (classNameManager!=null) {
|
||||
|
Loading…
Reference in New Issue
Block a user