Views
No views yet
| Model | Accuracy |
|---|---|
| YAMNet alone | 0.898 |
| MobileNetV2 alone | 0.367 |
| Fusion MLP | 0.893 |
Audio (16kHz waveform) -> YAMNet TFLite -> audio_logits[3] --+
+--> FusionMLP TFLite -> scene_class
Image (224x224 frame) -> MobileNetV2 TFLite -> visual_logits[3] -+a4_inference_example.py in the training repo for complete inference code.| Index | Name |
|---|---|
| 0 | concert |
| 1 | windy_outdoor |
| 2 | quiet_indoor |