mirror of
https://github.com/PAMGuard/PAMGuard.git
synced 2025-02-16 17:22:46 +00:00
Update KetosClassifier.java
This commit is contained in:
parent
0b2a706c3a
commit
dd6f393b93
@ -91,9 +91,8 @@ public class KetosClassifier implements DLClassiferModel, PamSettings {
|
||||
// System.out.println("SoundSpotClassifier: PamCalendar.isSoundFile(): "
|
||||
// + PamCalendar.isSoundFile() + " " + (PamCalendar.isSoundFile() && !forceQueue));
|
||||
|
||||
|
||||
/**
|
||||
* If a sound file is being analysed then SoundSpot can go as slow as it wants. if used in real time
|
||||
* If a sound file is being analysed then Ketos can go as slow as it wants. if used in real time
|
||||
* then there is a buffer with a maximum queue size.
|
||||
*/
|
||||
if ((PamCalendar.isSoundFile() && !forceQueue) || dlControl.isViewer()) {
|
||||
@ -132,6 +131,7 @@ public class KetosClassifier implements DLClassiferModel, PamSettings {
|
||||
public void prepModel() {
|
||||
//System.out.println("PrepModel! !!!");
|
||||
getKetosWorker().prepModel(ketosDLParams, dlControl);
|
||||
|
||||
if (!ketosDLParams.useDefaultTransfroms) {
|
||||
//set custom transforms in the model.
|
||||
getKetosWorker().setModelTransforms(ketosDLParams.dlTransfroms);
|
||||
|
Loading…
Reference in New Issue
Block a user