id
int32 | image
image | prompt
string |
---|---|---|
0 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
1 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
2 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
3 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
4 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
5 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
6 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
7 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
8 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
9 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
10 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
11 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
12 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
13 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
14 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
15 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
16 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
17 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
18 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
19 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
20 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
21 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
22 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
23 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
24 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
25 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
26 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
27 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
28 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
29 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
30 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
31 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
32 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
33 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
34 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
35 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
36 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
37 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
38 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
39 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
40 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
41 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
42 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
43 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
44 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
45 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
46 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
47 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
48 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
49 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
50 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
51 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
52 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
53 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
54 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
55 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
56 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
57 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
58 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
59 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
60 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
61 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
62 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
63 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
64 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
65 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
66 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
67 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
68 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
69 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
70 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
71 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
72 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
73 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
74 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
75 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
76 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
77 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
|
78 | You are an object detection model that aims to detect all the objects in the image.
Definition of Bounding Box Coordinates:
The bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:
a: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.
b: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.
c: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.
d: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.
The top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).
Instructions:
1. Specify any particular regions of interest within the image that should be prioritized during object detection.
2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).
3. If there are more than one object of the same category, output all of them.
4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.
5.
Report your results in this output format:
(a, b, c, d) - category for object 1 - confidence
(a, b, c, d) - category for object 2 - confidence
...
(a, b, c, d) - category for object n - confidence. |
A key question for understanding multimodal performance is analyzing the ability for a model to have basic vs. detailed understanding of images. These capabilities are needed for models to be used in real-world tasks, such as an assistant in the physical world. While there are many dataset for object detection and recognition, there are few that test spatial reasoning and other more targeted task such as visual prompting. The datasets that do exist are static and publicly available, thus there is concern that current AI models could be trained on these datasets, which makes evaluation with them unreliable. Thus we created a dataset that is procedurally generated and synthetic, and tests spatial reasoning, visual prompting, as well as object recognition and detection. The datasets are challenging for most AI models and by being procedurally generated the benchmark can be regenerated ad infinitum to create new test sets to combat the effects of models being trained on this data and the results being due to memorization.
This dataset has 4 sub-tasks: Object Recognition, Visual Prompting. Spatial Reasoning, and Object Detection.
For each sub-task, the images consist of images of pasted objects on random images. The objects are from the COCO object list and are gathered from internet data. Each object is masked using the DeepLabV3 object detection model and then pasted on a random background. The objects are pasted in one of four locations, top, left, bottom, and right, with small amounts of random rotation, positional jitter, and scale.
There are 2 conditions “ single” and “ pairs”, for images with one and two objects. Each test set uses 20 sets of object classes (either 20 single objects or 20 pairs of objects), with four potential locations and four backgrounds classes, and we sample 4 instances of object and background. This results in 1280 images per condition and sub-task.
Object Recognition
Answer type: Open-ended
Example for "single"
{"id": "0", "image": "val/book/left/burial_chamber/0000083_0000010.jpg", "prompt": "What objects are in this image?", "ground_truth": "book"}
Example for "pairs":
{"id": "0", "image": "val/keyboard_surfboard/left/auto_showroom/0000023_0000044_0000030.jpg", "prompt": "What objects are in this image?", "ground_truth": "['keyboard', 'surfboard']"}
Visual Prompting
Answer type: Open-ended
Example for "single"
{"id": "0", "image": "val/book/left/burial_chamber/0000083_0000010.jpg", "prompt": "What object is in the red box in this image?", "ground_truth": "book"}
Example for "pairs":
{"id": "0", "image": "val/keyboard_surfboard/left/auto_showroom/0000023_0000044_0000030.jpg", "prompt": "What objects are in the red and yellow box in this image?", "ground_truth": "['keyboard', 'surfboard']"}
Spatial Reasoning
Answer type: Multiple Choice
Example for "single"
{"id": "0", "image": "val/book/left/burial_chamber/0000083_0000010.jpg", "prompt": "Is the book on the bottom, right, top, or left of the image?\nAnswer with one of (top, bottom, right, or left) only.", "ground_truth": "left", "target_options": ["top", "bottom", "right", "left"]}
Example for "pairs"
{"id": "0", "image": "val/keyboard_surfboard/left/auto_showroom/0000023_0000044_0000030.jpg", "prompt": "Is the keyboard right, above, left, or below the surfboard in the image?\nAnswer with one of (below, above, right, or left) only.", "ground_truth": "left", "target_options": ["right", "left", "below", "above"]}
What are the evaluation disaggregation pivots/attributes to run metrics for?
Disaggregation by (group by):
"single": (left, right, top, bottom)
"pairs": (left, right, above, below)
Object Detection
Answer type: Open-ended
Example for "single":
{"id": "0", "image": "val/book/left/burial_chamber/0000083_0000010.jpg", "prompt": "You are an object detection model that aims to detect all the objects in the image.\n\nDefinition of Bounding Box Coordinates:\n\nThe bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:\n\na: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.\nb: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.\nc: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.\nd: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.\n\nThe top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).\n\nInstructions:\n1. Specify any particular regions of interest within the image that should be prioritized during object detection.\n2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).\n3. If there are more than one object of the same category, output all of them.\n4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.\n5.\nReport your results in this output format:\n(a, b, c, d) - category for object 1 - confidence\n(a, b, c, d) - category for object 2 - confidence\n...\n(a, b, c, d) - category for object n - confidence."}
Example for "pairs":
{"id": "0", "image": "val/keyboard_surfboard/left/auto_showroom/0000023_0000044_0000030.jpg", "prompt": "You are an object detection model that aims to detect all the objects in the image.\n\nDefinition of Bounding Box Coordinates:\n\nThe bounding box coordinates (a, b, c, d) represent the normalized positions of the object within the image:\n\na: The x-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's left boundary. The a ranges from 0.00 to 1.00 with precision of 0.01.\nb: The y-coordinate of the top-left corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's top boundary. The b ranges from 0.00 to 1.00 with precision of 0.01.\nc: The x-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image width. It indicates the position from the left side of the image to the object's right boundary. The c ranges from 0.00 to 1.00 with precision of 0.01.\nd: The y-coordinate of the bottom-right corner of the bounding box, expressed as a percentage of the image height. It indicates the position from the top of the image to the object's bottom boundary. The d ranges from 0.00 to 1.00 with precision of 0.01.\n\nThe top-left of the image has coordinates (0.00, 0.00). The bottom-right of the image has coordinates (1.00, 1.00).\n\nInstructions:\n1. Specify any particular regions of interest within the image that should be prioritized during object detection.\n2. For all the specified regions that contain the objects, generate the object's category type, bounding box coordinates, and your confidence for the prediction. The bounding box coordinates (a, b, c, d) should be as precise as possible. Do not only output rough coordinates such as (0.1, 0.2, 0.3, 0.4).\n3. If there are more than one object of the same category, output all of them.\n4. Please ensure that the bounding box coordinates are not examples. They should really reflect the position of the objects in the image.\n5.\nReport your results in this output format:\n(a, b, c, d) - category for object 1 - confidence\n(a, b, c, d) - category for object 2 - confidence\n...\n(a, b, c, d) - category for object n - confidence."}
- Downloads last month
- 31