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.
Next Monday, we plan to merge a big diff that will place most of the Detectron code under a directory named detectron. This change will place Detectron's library code into a Python package named detectron and will help users avoid namespace collisions for common module names (like utils) when installing Detectron system-wide (addressing #228). Unfortunately this change will be somewhat disruptive for people who have built on top of or modified custom forks of the code. For the most part, if you rebase your code you will only need to change imports like:
Next Monday, we plan to merge a big diff that will place most of the Detectron code under a directory named
detectron
. This change will place Detectron's library code into a Python package nameddetectron
and will help users avoid namespace collisions for common module names (likeutils
) when installing Detectron system-wide (addressing #228). Unfortunately this change will be somewhat disruptive for people who have built on top of or modified custom forks of the code. For the most part, if you rebase your code you will only need to change imports like:to
reflecting the new directory structure:
We may expect some bugs right after the merge, so please let us know if there are any issues. Thanks!
The text was updated successfully, but these errors were encountered: