Description | Object Detection | Classification |
---|---|---|
Architecture name in LandingLens | ODEmbedded-[23M] | ConvNextEmbedded-[16M] |
Trainable parameters | 23M | 16M |
Input shape | BHWC (1, height, width, channel) | BHWC (1, height, width, channel) |
Model format | TensorFlow Lite (TFLite) | TensorFlow Lite (TFLite) |
Model input | (1, height, width, channel), int8 | (1, height, width, channel), int8 |
Model output |
| scores: (1, num_detections), int8 |
Setting | Object Detection | Classification |
---|---|---|
Model size | ODEmbedded-[23M] | ConvNextEmbedded-[16M] |
Minumum epochs | 300 epochs | 100 epochs |
Minimum dimensions (for resize or rescale) | 4096px (for example: 64x64px) | 4096px (for example: 64x64px) |
Maximum dimensions (for resize or rescale) | 541,696px (for example: 736x736px) | 1,478,656px (for example: 1216x1216px) |