WenmuZhou / PAN.pytorch

A unofficial pytorch implementation of PAN(PSENet2): Efficient and Accurate Arbitrary-Shaped Text Detection with Pixel Aggregation Network
Apache License 2.0
418 stars 112 forks source link

why i can not load the model/when i want to predict pictures #24

Open Atlanticsea opened 4 years ago

Atlanticsea commented 4 years ago

make: Entering directory '/home/git_repo/PAN.pytorch/post_processing' make: 'pse.so' is up to date. make: Leaving directory '/home/git_repo/PAN.pytorch/post_processing' Backend Qt5Agg is interactive backend. Turning interactive mode on. QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20 device: cuda:0

then it stops ,and not return anythings

masterFoad commented 3 years ago

second

masterFoad commented 3 years ago

I added a dockerfile that solves this: https://github.com/WenmuZhou/PAN.pytorch/pull/43 @Atlanticsea