mjq11302010044 / RRPN_pytorch

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

No module named 'maskrcnn_benchmark.data.datasets.irra_interface' #3

Open ccckj opened 5 years ago

ccckj commented 5 years ago

I can not find the file "irrationally_interface.py".

mjq11302010044 commented 5 years ago

@ccckj Thanks for your report, the bug has been fixed. You can check its newest version. :)

ccckj commented 5 years ago

An segmentation fault occurred, _C.rroi_align_forward( input, roi, spatial_scale, output_size[0], output_size[1]) in "maskrcnn_benchmark/layers/rroi_align.py". It bothered me for a long time....

mjq11302010044 commented 5 years ago

@ccckj What's your G++ version? Make sure you are following the environments in INSTALL.md

ccckj commented 5 years ago

thank you! I forget clean /build folder, before try recompling maskrcnn_benchmark again.