Closed detkov closed 1 year ago
When importing MidasDetector, turns out that timm is needed here.
MidasDetector
timm
I suppose that if we don't even have a requirements.txt, it's better to list it in the setup.py.
requirements.txt
setup.py
Just pointing out, thanks for the repo!
Ah yes good point! Let's maybe just add it to the requirements.txt file :-) Would you like to open a PR maybe?
When importing
MidasDetector
, turns out thattimm
is needed here.I suppose that if we don't even have a
requirements.txt
, it's better to list it in thesetup.py
.Just pointing out, thanks for the repo!