Closed nikokks closed 1 year ago
Hey @nikokks :wave:,
the most of this models does not have pretrained checkpoints but @odulcy-mindee and @charlesmindee are currently on it so stay tuned #969
Hello @nikokks, Thanks for this issue! Indeed, we're on it, we'll release model one by one when they'll be trained :+1:
Bug description
Hi,
This is the list of models not working in inference:
detection models:
recognition models:
Code snippet to reproduce the bug
in doctr/demo/backend/pytorch.py file, changing this lines
by this lines
and running this code to try all the pytorch models
Error traceback
not errors but bugs on models
Environment
wget https://raw.githubusercontent.com/mindee/doctr/main/scripts/collect_env.py
For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
Deep Learning backend
from doctr.file_utils import is_tf_available, is_torch_available
print(f"is_tf_available: {is_tf_available()}") print(f"is_torch_available: {is_torch_available()}")