Model MobileNet
This function block integrates the MobileNet architecture for object detection and image classification tasks. It allows users to select from various MobileNet versions and configure specific parameters for input sizes and pooling methods.
📥 Inputs
The block accepts input from the previous function blocks, particularly those that produce images formatted for analysis.
📤 Outputs
Returns a trained MobileNet model configured according to the selected parameters.
🕹️ Controls
Model Type
A dropdown menu that allows users to choose from available MobileNet models, such as:
MobileNet
MobileNetV2
MobileNetV3 Small
MobileNetV3 Large
Input Size
A text field where users can specify the input size for the model. The valid size is an integer, and values smaller than 32 will trigger an error.
Model Width
A slider to adjust the width of the model, affecting its complexity and resource requirements.
Pooling
A dropdown to choose the pooling method for feature extraction. Options include:
Maximum (Max Pooling)
Average (Average Pooling)
None
🎨 Features
Multiple Model Options
Users can choose from various MobileNet configurations based on their specific needs, including model depth and complexity.
Dynamic Configuration
The ability to set input size and pooling methods allows for flexibility depending on the context of use.
Input Validation
The block includes checks to ensure that the input size and color type are appropriate for MobileNet architecture.
📝 Usage Instructions
Connect Input: Connect the model input from a previous operation, ensuring it matches the expected format.
Select Model Type: Choose from available MobileNet versions using the
Model Type
dropdown.Set Input Size: Input a valid integer for the image size in the
Input Size
field. Ensure it's 32 or larger.Adjust Model Width: Use the
Model Width
slider to set the width of the MobileNet model.Choose Pooling Method: Select your desired pooling method from the
Pooling
dropdown.Evaluate Model: Run the block to initialize the MobileNet model with the specified configurations.
📊 Evaluation
When executed, this function block will return a configured MobileNet model, ready for training or inference based on the provided parameter settings.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated