DehazeFormer
DehazeFormer is a deep learning model designed for single image haze removal. Leveraging a transformer-based architecture, it effectively restores image clarity and contrast by removing haze, making it suitable for applications in autonomous driving, remote sensing, and image enhancement.
Apache-2.0
Image-to-Image
PyTorch
English
Endpoint
POSThttps://api.aiozai.network/api/v1/model/725e3fb5-0ad3-4cf7-9dcd-18175ec0f7c6/task
X-API-KeyAIOZ_AI_API_KEY
Input Schema
| Field | Type | Description |
|---|---|---|
| input_image | URLrequired | A single hazy image to be processed by the model. The image can be of any outdoor scene affected by haze, fog, or low visibility conditions. |
Output Schema
| Field | Type | Description |
|---|---|---|
| output_image | URL | URL to a generated output artifact. |
curl -X POST \ "https://api.aiozai.network/api/v1/model/725e3fb5-0ad3-4cf7-9dcd-18175ec0f7c6/task" \ -H "x-api-key: $AIOZ_AI_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "input_image": "https://s3.w3s.aioz.network/w3ai-platform-staging/uploads/documents/63ebe2b5-3c25-4f4b-9623-095e6e3c4aca/2025/10/06/1759737202-9BgamrkZ5LYttDYumuUN6q.jpg?AWSAccessKeyId=FTDUBKT77BV34OBAT5MOGQCPMQ&Signature=99g97vieSL7fk2IdlVJFZ%2BUBpuY%3D&Expires=2390457202" }'Response
{ "output_image": "https://s3.w3s.aioz.network/w3ai-platform/data/ef085fa0bc8a4142ad65da61e65904a8.png?AWSAccessKeyId=FR46RKQH5H6OUSSRC4TYELDGNM&Signature=%2BzwSc1jVAVM%2BVaHgHgqtXQTxy0U%3D&Expires=2765884328"}