You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify review fixes for bat detection code
- Use `if let Some` guard instead of redundant ok_or_else after is_some() check
- Use .nth() instead of collecting all keys into Vec in extract_tensor_data
- Remove hardcoded ModelType::BirdNetV24 from CustomClassifier label loading;
use LabelFormat::Text directly for model-agnostic behavior
- Remove unused ModelType import
0 commit comments