Skip to content

Commit

Permalink
Fix downloading COCO weights in demo.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
waleedka committed Apr 12, 2018
1 parent 9e6eea5 commit b5077d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"\n",
"# Import Mask RCNN\n",
"sys.path.append(ROOT_DIR) # To find local version of the library\n",
"import mrcnn.utils\n",
"from mrcnn import utils\n",
"import mrcnn.model as modellib\n",
"from mrcnn import visualize\n",
"# Import COCO config\n",
Expand Down

0 comments on commit b5077d0

Please sign in to comment.