mjq11302010044 / RRPN_pytorch

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

No module named 'apex' #10

Open chenjun2hao opened 5 years ago

chenjun2hao commented 5 years ago

when i test the demo.py, it put out this problem. could you give some advice.

zimenglan-sysu-512 commented 5 years ago

u should install apex like this:

git clone https://github.com/NVIDIA/apex.git  
cd apex  
python3.6 setup.py install --cuda_ext --cpp_ext