Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve request] Change AI.boxes[n].target value type. From uint_8 to char array. #25

Open
djairjr opened this issue Jun 12, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request Seeed_Arduino_SSCMA Label for Seeed_Arduino_SSCMA UAY Unassigned yet

Comments

@djairjr
Copy link

djairjr commented Jun 12, 2024

It would be interesting if the values ​​of AI.boxes.target resulted in a char array, instead of uint_8. For object classification, this functionality would make things much easier. I believe it should reflect a change in the Groove Ai firmware that would also send data in this format (char array) instead of uint_8.

On Seeed_Arduino_SSCMA.h, line 149:
typedef struct
{
uint16_t x;
uint16_t y;
uint16_t w;
uint16_t h;
uint8_t score;
uint8_t target; // here char *target;
} boxes_t;

I believe this implementation would also be interesting for other structures.

@MatthewJeffson MatthewJeffson added UAY Unassigned yet Seeed_Arduino_SSCMA Label for Seeed_Arduino_SSCMA labels Oct 9, 2024
@Lesords Lesords self-assigned this Oct 14, 2024
@Lesords Lesords assigned LynnL4 and unassigned Lesords Oct 16, 2024
@LynnL4 LynnL4 added the enhancement New feature or request label Nov 4, 2024
@LynnL4
Copy link
Member

LynnL4 commented Nov 4, 2024

Hi, I'm planning to add support for the global.gc option. Thank you!

@LynnL4 LynnL4 moved this from Todo to In Progress in Issues and PR Assemble Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Seeed_Arduino_SSCMA Label for Seeed_Arduino_SSCMA UAY Unassigned yet
Projects
Status: In Progress
Development

No branches or pull requests

4 participants