jwyang / fpn.pytorch

Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection
MIT License
955 stars 224 forks source link

sh make.sh 编译不通过 #55

Open lllllmaster-lulllll opened 3 years ago

lllllmaster-lulllll commented 3 years ago

进入代码目录 到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]; 2020-11-29-14-27-04