-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
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.
Leimen
Metadata
Metadata
Assignees
Labels
No labels