Created
April 17, 2020 08:33
-
-
Save pra-dan/ee54e901e0bead2e3429a810a75724b6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Install TensorFlow 1.13.1 | |
!pip install tensorflow==1.13.1 | |
# Get the repo | |
!git clone "https://github.com/jinyu121/DW2TF.git" | |
%cd DW2TF | |
!python3 main.py \ | |
--cfg "PATH_to_config/yolo-v2-tiny-coco.cfg" \ | |
--weights "PATH_to_weights/yolo-v2-tiny-coco.weights" \ | |
--output "content/" \ | |
--prefix 'DW2TF-yolov2-tiny-coco' \ | |
--gpu 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment