-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Description
进入代码目录 到lib,首先要编译c代码 sh make.sh,但是我得到了以下错误
fpn.pytorch/lib/model/roi_crop/src/roi_crop.c:10:30: error: dereferencing pointer to incomplete type
int batchsize = inputImages->size[0];
^
/fpn.pytorch/lib/model/roi_crop/src/roi_crop.c:11:39: error: dereferencing pointer to incomplete type
int inputImages_height = inputImages->size[1];

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels