mxin262 / SwinTextSpotter

Pytorch re-implementation of Paper: SwinTextSpotter: Scene Text Spotting via Better Synergy between Text Detection and Text Recognition (CVPR 2022)
275 stars 42 forks source link

[Errno 2] No such file or directory for detectron2/setup.py #119

Open MrNquyen opened 7 months ago

MrNquyen commented 7 months ago

I have check on detectron2 folder and there is no setup.py file. How can i run the command %cd detectron2 !python setup.py build develop

mxin262 commented 7 months ago

You can build directly by running python setup.py build develop. Don't not need to run the command %cd detectron2 !python setup.py build develop. I update the readme.