Advertisement
naren_paste

model_repo

Dec 18th, 2020 (edited)
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. 01. Download all Repo files [models_1.13.0 (69 files), utils, faster_rcnn]
  2.  
  3. https://github.com/tensorflow/models/tree/v1.13.0 ### Download Model Repo
  4. http://download.tensorflow.org/models/object_detection/faster_rcnn_inception_v2_coco_2018_01_28.tar.gz ### Learning weights Repo
  5. https://drive.google.com/file/d/12F5oGAuQg7qBM_267TCMt_rlorV-M7gf/view?usp=sharing ### Dataset & utils Download
  6.  
  7. https://drive.google.com/file/d/1qHdAqF9hRbE1f3l6uHJOpmZBrO-qVe5Q/view?usp=sharing ### utils_mask download
  8.  
  9. 07. To display images:
  10. %matplotlib inline
  11. plt.figure(figsize=(50,50))
  12. plt.imshow(image_np)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement