mjq11302010044 / RRPN_pytorch

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

module 'maskrcnn_benchmark._C' has no attribute 'rroi_align_forward' #11

Open chenjun2hao opened 5 years ago

chenjun2hao commented 5 years ago

i have this problem, when i try the train demo. could you give me some advice.thanks.

chenjun2hao commented 5 years ago

thanks, i have solved the problem.

Ettajing commented 5 years ago

I also met the problem, could you share how your solution? Thanks

chenjun2hao commented 5 years ago

@Ettajing , firt you should git clone https://github.com/facebookresearch/maskrcnn-benchmark, and the merge the maskrcnn_benchmark. because this projeck maybe modefied from facebook's program.

Ettajing commented 5 years ago

@chenjun2hao Thank you! I realize that the problem is caused by the mixup of different env versions. I solve the problem by creating a new virtual env and follow the author's instruction.