You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mat-px opened this issue
Oct 5, 2021
· 0 comments
· May be fixed by #88
Assignees
Labels
ODLCTask related to the detection, classification, or localization of SUAS standard or emergent objectsvisionPertaining to visual stream handling and data processing of the data from the drone sensors
Classify the features of a shape in an image that is minimum 1 foot wide and colored.
Extended Summary
Objective: This task involves building a function of the odlc package that processes a section of an image containing an unknown standard object, and resolving the standard object shape and standard object color of that standard object.
Output: The output required for this detection is the shape type and the shape color of the standard object. Note that the shape will have a differently colored alphanumeric character of 1-inch thick lettering which should be ignored in this module.
Possible object shapes are: CIRCLE, SEMICIRCLE, QUARTER_CIRCLE, CIRCLE, SEMICIRCLE, QUARTER_CIRCLE, TRIANGLE, SQUARE, RECTANGLE, TRAPEZOID, PENTAGON, HEXAGON, HEPTAGON, OCTAGON, STAR, and CROSS (as seen in the SUAS enumeration of standard object shapes).
Possible object colors are: WHITE, BLACK, GRAY, RED, BLUE, GREEN, YELLOW, PURPLE, BROWN, ORANGE (as seen in the SUAS enumeration of standard object colors
Here is an example of an ODLC standard object:
More examples can he found here.
The text was updated successfully, but these errors were encountered:
mrouie
changed the title
Standard Object Detection
Standard Object Shape Detection
Mar 24, 2022
mrouie
added
ODLC
Task related to the detection, classification, or localization of SUAS standard or emergent objects
vision
Pertaining to visual stream handling and data processing of the data from the drone sensors
labels
Mar 24, 2022
mrouie
changed the title
Standard Object Shape Detection
Standard Object Shape Detection and Classification
Mar 24, 2022
mrouie
changed the title
Standard Object Shape Detection and Classification
Standard Object Classification
May 25, 2022
ODLCTask related to the detection, classification, or localization of SUAS standard or emergent objectsvisionPertaining to visual stream handling and data processing of the data from the drone sensors
Summary
standard_in_frame.py
Classify the features of a shape in an image that is minimum 1 foot wide and colored.
Extended Summary
Objective: This task involves building a function of the
odlc
package that processes a section of an image containing an unknown standard object, and resolving the standard object shape and standard object color of that standard object.Output: The output required for this detection is the shape type and the shape color of the standard object. Note that the shape will have a differently colored alphanumeric character of 1-inch thick lettering which should be ignored in this module.
Possible object shapes are:
CIRCLE
,SEMICIRCLE
,QUARTER_CIRCLE
,CIRCLE
,SEMICIRCLE
,QUARTER_CIRCLE
,TRIANGLE
,SQUARE
,RECTANGLE
,TRAPEZOID
,PENTAGON
,HEXAGON
,HEPTAGON
,OCTAGON
,STAR
, andCROSS
(as seen in the SUAS enumeration of standard object shapes).Possible object colors are:
WHITE
,BLACK
,GRAY
,RED
,BLUE
,GREEN
,YELLOW
,PURPLE
,BROWN
,ORANGE
(as seen in the SUAS enumeration of standard object colorsHere is an example of an ODLC standard object:
![image](https://user-images.githubusercontent.com/25957968/137047608-3e1295d8-7b00-444c-b6cd-2c714c860f4e.png)
More examples can he found here.
The text was updated successfully, but these errors were encountered: