Skip to content

Instantly share code, notes, and snippets.

@Alakhator
Created April 6, 2020 07:17

Revisions

  1. Alakhator created this gist Apr 6, 2020.
    2 changes: 2 additions & 0 deletions ob18.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    model_name = 'faster_rcnn_resnet101_coco'
    detection_model = load_model(model_name)