You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.
In the current state of detectron the setup.py file installs a module called utils to site-packages. The name utils is uninformative and very likely to conflict with another module. Instead there should be a python package named detectron, which has a subpackage detectron.utils.
The text was updated successfully, but these errors were encountered:
In the current state of detectron the setup.py file installs a module called
utils
to site-packages. The name utils is uninformative and very likely to conflict with another module. Instead there should be a python package nameddetectron
, which has a subpackagedetectron.utils
.The text was updated successfully, but these errors were encountered: