Skip to content

Instantly share code, notes, and snippets.

@pra-dan
Created April 17, 2020 08:33
Show Gist options
  • Save pra-dan/ee54e901e0bead2e3429a810a75724b6 to your computer and use it in GitHub Desktop.
Save pra-dan/ee54e901e0bead2e3429a810a75724b6 to your computer and use it in GitHub Desktop.
# 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