[HuggingFace] Add HF hub integration #27
6 new issues (0 max.) of at least minor severity.
Annotations
Check notice on line 185 in README.md
codacy-production / Codacy Static Code Analysis
README.md#L185
Element: summary
Check notice on line 6 in onnxtr/models/__init__.py
codacy-production / Codacy Static Code Analysis
onnxtr/models/__init__.py#L6
'.factory.*' imported but unused (F401)
Check notice on line 1 in onnxtr/models/factory/__init__.py
codacy-production / Codacy Static Code Analysis
onnxtr/models/factory/__init__.py#L1
'.hub.*' imported but unused (F401)
Check warning on line 12 in onnxtr/models/factory/hub.py
codacy-production / Codacy Static Code Analysis
onnxtr/models/factory/hub.py#L12
Consider possible security implications associated with the subprocess module.
Check failure on line 49 in onnxtr/models/factory/hub.py
codacy-production / Codacy Static Code Analysis
onnxtr/models/factory/hub.py#L49
Python possesses many mechanisms to invoke an external executable.
Check warning on line 49 in onnxtr/models/factory/hub.py
codacy-production / Codacy Static Code Analysis
onnxtr/models/factory/hub.py#L49
subprocess call - check for execution of untrusted input.