bgshih / aster

Recognizing cropped text in natural images.
MIT License
727 stars 195 forks source link

AssertionError: \c_ops\libaster.so not found #87

Open vikramreddy0307 opened 5 years ago

vikramreddy0307 commented 5 years ago

I have executed cp command in build.sh separately, but could not find libaster.so file

Cabbagehust2507 commented 5 years ago

libaster.so in c_ops folder, so you can check it.

touyuhan commented 4 years ago

Me too, have you solved this problem?

Cabbagehust2507 commented 4 years ago

@KongfuKitty you need to check it in c_ops folder, if it have, you need to add path to python

Viki-researcher commented 4 years ago

@KongfuKitty you need to check it in c_ops folder, if it have, you need to add path to python

but my c_ops floder don't have libaster.so,what should i do?

Cabbagehust2507 commented 4 years ago

@KongfuKitty you need to check it in c_ops folder, if it have, you need to add path to python

but my c_ops floder don't have libaster.so,what should i do?

That means you built fail. So check CMake Files and be sure that you build it right as the author said.