Models
Custom Object Detection
This is a custom single object detection model used to detect a specific object in a given image.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Model Description:
Model Architecture for SingleObject Detection:
- Input:Accepts an image of shape (224, 224, 3).
- Convolutional Blocks:
- 5 sequential blocks of Conv2D layers withReLUactivation and MaxPooling2D for feature extraction.
- Filters progress as 32 → 64 → 128 → 256 → 512.
- Global Pooling:
- GlobalAveragePooling2D reduces spatialdimensions to a single vector.
- Dense Layers:
- Two fully connected layers with 512 and256 units for feature refinement.
- Output Layer:
- Dense(4, activation='sigmoid') outputs 4normalized values representing bounding box coordinates: [x_min,y_min,x_max,y_max].
Is Explainability critical for your 'AI' solutions?
Schedule a demo with our team to understand how AryaXAI can make your mission-critical 'AI' acceptable and aligned with all your stakeholders.