Skip to content
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 packaging files so we can use it in our scripts as a dependency #26

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

huanghao
Copy link

Also the maintainer can upload it to pypi as a python package via pip command, which should be more easier to use by community

huanghao and others added 5 commits June 22, 2018 10:28
"./data" is not working, change it to "data/". The trailing slash
indicate that it's a directory.
Rename module name from "src" to "mcnn" which sounds like a
package name not just a directory name.

Add setup.py to make it a package, then it can be install by pip.

All dependencies are listed in requirements.txt, however did not
give specific version constraint. It can be refine in future.
load image files and show. It does not need gt files.
Add package importing and missing functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant