We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider adding setup.py for easier usage of vovnet backbones in projects. Then we can install vovnet package as easy as
setup.py
pip install git+https://github.com/youngwanLEE/vovnet-detectron2
and import it as import vovnet.
import vovnet
Simple setup.py will do the job (of course that is not the best solution).
The text was updated successfully, but these errors were encountered:
@MiroPsota I'll try it soon. Thanks for your advice :)
Sorry, something went wrong.
No branches or pull requests
Consider adding
setup.py
for easier usage of vovnet backbones in projects.Then we can install vovnet package as easy as
and import it as
import vovnet
.Simple setup.py will do the job (of course that is not the best solution).
The text was updated successfully, but these errors were encountered: