FangShancheng / ABINet

Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition
Other
420 stars 72 forks source link

assert os.path.isfile(file) #100

Open leduy-it opened 1 year ago

leduy-it commented 1 year ago

I run your code and demo command, and i ran into this error. Traceback (most recent call last): File "/content/ABINet/demo.py", line 109, in main() File "/content/ABINet/demo.py", line 90, in main model = load(model, config.model_checkpoint, device=device) File "/content/ABINet/demo.py", line 60, in load assert os.path.isfile(file) AssertionError