• ArrowM's avatar
    Move `load_file_from_url` · 00bd271f
    ArrowM authored
    Why?
    one of the internal calls of `load_file_from_url` import cv2, which locks the cv2 site-package, which extensions may (and in our case, is) breaking the installation of some libraries. The base project should be limiting its import of unnecessary libraries when possible during the installation phase.
    00bd271f
modelloader.py 6.55 KB