Potential Broken Links

Issue: "Potential broken link in content field"
Evidence:
"content": "http://com.dataturks.a96-i23.open.s3.amazonaws.com/2c9fafb064277d86016431e33e4e003d/8186c3d1-e9d4-4550-8ec1-a062a7628787___0-26.jpg.jpeg"
"content": "http://com.dataturks.a96-i23.open.s3.amazonaws.com/2c9fafb064277d86016431e33e4e003d/d1c32c8e-8050-482d-a6c8-b101ccba5b65___0de0ee708a4a47039e441d488615ebb7.png"
Description: The content field contains URLs pointing to resources that may not be accessible or may have been removed. The dataset should ensure that all links are valid and accessible.
Inconsistent Annotations

Issue: "Inconsistent annotation data structure"
Evidence:
"annotation": [{"label": ["Face"], "notes": "", "points": [{"x": 0.08615384615384615, "y": 0.3063063063063063}, {"x": 0.1723076923076923, "y": 0.45345345345345345}], "imageWidth": 650, "imageHeight": 333}, {"label": ["Face"], "notes": "", "points": [{"x": 0.583076923076923, "y": 0.2912912912912913}, {"x": 0.6584615384615384, "y": 0.46846846846846846}], "imageWidth": 650, "imageHeight": 333}]
Description: Annotations for images must be consistent in format and detail. Any discrepancies in annotation format can lead to misinterpretation of the data.
Missing Fields in Annotations

Issue: "Missing fields in annotation"
Evidence:
"annotation": {"label": ["Face"], "points": [{"x": 0.08615384615384615, "y": 0.3063063063063063}, {"x": 0.1723076923076923, "y": 0.45345345345345345}], "imageWidth": 650}
Description: Annotations must include 'label', 'points', 'imageWidth', and 'imageHeight'. Missing any of these fields can lead to misinterpretation of the data.
Invalid Points Data in Annotations

Issue: "Invalid points data in annotation"
Evidence:
"annotation": {"label": ["Face"], "points": [{"x": 0.08615384615384615, "y": 0.3063063063063063}], "imageWidth": 650, "imageHeight": 333}
Description: Annotations must have exactly two points to define the bounding box. Incorrect format can lead to errors in data processing.