-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for plug-ins #927
Conversation
a288c67
to
ab66843
Compare
d6492b8
to
842cd9e
Compare
2a7d63f
to
1027856
Compare
|
||
setup( | ||
name = "digits", | ||
packages = find_packages(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to exclude some directories here. pip install .
is freezing on me because it's opening, reading (and possibly zipping?) everything under digits/jobs/
and examples/object-detection/kitti-data/
, for example.
I'm reworking the |
08b6630
to
552e4bb
Compare
Rebased on top of envvar/setup.py PRs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested using #947. Works great!
Add support for plug-ins
Support for data and view plug-ins. See #921 for examples.
Extra command to support plug-ins: