Skip to content

ai_model_config.h gerence define issueΒ #20

@Leimen

Description

@Leimen

Hi

I'm encountering a build issue.

in latest commit : 7e45992

in object_detection\src\utils\gen_h_file.py
There were changes from line 159 to 205 or beyond.

For example:
AI_OBJDETECT_SSD_ST_PP_TOTAL_DETECTIONS was renamed to AI_OD_SSD_ST_PP_NB_CLASSES,
and other macros were also renamed from the AI_OBJDETECT_SSD_ST_PP_XXX format to AI_OD_SSD_ST_PP_XXX.

However, in the C source files, the old macro names AI_OBJDETECT_SSD_ST_PP_XXXX are still being used,
which leads to build errors due to missing or undefined symbols.

I also checked the previous commit: 46924c0.

Could someone please verify and help fix this issue?

Thanks.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions