Last active
April 15, 2022 05:31
-
-
Save Praveen76/f4fdba39ab1ded540b929b0108bc2751 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
print(os.getcwd()) | |
git clone https://github.com/fizyr/keras-retinanet.git | |
%cd keras-retinanet/ | |
!pip install . | |
!python setup.py build_ext --inplace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment