ying09 / TextFuseNet

A PyTorch implementation of "TextFuseNet: Scene Text Detection with Richer Fused Features".
MIT License
476 stars 123 forks source link

Error in installation #96

Open 0xt3j4s opened 2 years ago

0xt3j4s commented 2 years ago

I am getting an error when I run unzip TextFuseNet-master, first I thought there must be a compressed file which I need to manually unzip but couldn't find it so I thought of running the above command but it is not been executed. Also, the next command i.e. cd TextFuseNet-master is also giving an error - 'Cannot find path'. What should I do?

Please help me in this regard.

R100001 commented 2 years ago

Those instructions must be for an older version of the repo... you can just use: cd TextFuseNet pip install fvcore-master.zip

there is no need to unzip anything

0xt3j4s commented 2 years ago

Ok, I will try this way. I request you to please update the readme of the repo accordingly (if possible).

R100001 commented 2 years ago

I do not own this repo and am not a contributor either. I just had the same problem when I used it :)