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. |
|
79 | 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. |
|
80 | 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. |
|
81 | 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. |
|
82 | 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. |
|
83 | 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. |
|
84 | 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. |
|
85 | 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. |
|
86 | 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. |
|
87 | 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. |
|
88 | 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. |
|
89 | 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. |
|
90 | 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. |
|
91 | 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. |
|
92 | 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. |
|
93 | 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. |
|
94 | 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. |
|
95 | 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. |
|
96 | 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. |
|
97 | 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. |
|
98 | 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. |
|
99 | 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. |