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
进入代码目录 到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];
The text was updated successfully, but these errors were encountered:
进入代码目录 到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];
The text was updated successfully, but these errors were encountered: