Example
Parameters
| Name | Type | Description | 
|---|---|---|
| width | int | The width of the image. | 
| height | int | The height of the image. | 
| polygons | List | A list of python objects { polygons : { x:float, y:float }, labels: [] }. All coordinates are in normalised image space | 
| style | Object | { point_colot, line_color } |