mjq11302010044 / RRPN_pytorch

RRPN in pytorch 1.0 ----- Arbitrary-Oriented Scene Text Detection via Rotation Proposals
MIT License
262 stars 56 forks source link

Issue about torchvision #30

Open shengzhang90 opened 5 years ago

shengzhang90 commented 5 years ago

When I compile the vision module, I meet the following issue, which seems to be not related to the RRoIAlign module. problem

Is it the issue of the torchvision version? Can I install the torchvision by command “conda install torchvision=0.2.2", like mask-rcnn-benchmark? I worry about some APIs in the source code that invoke the RRoIAlign module will be missed out if I use the above command.

Many thanks.