Skip to content

Commit

Permalink
Update mask_rcnn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitanyk authored Mar 9, 2019
1 parent 42eb973 commit 7b25c2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Mask-RCNN/mask_rcnn.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Copyright (C) 2018-2019, BigVision LLC (LearnOpenCV.com), All Rights Reserved.
# Author : Sunita Nayak
# Article : https://www.learnopencv.com/deep-learning-based-object-detection-and-instance-segmentation-using-mask-r-cnn-in-opencv-python-c/
# License: BSD-3-Clause-Attribution (Please read the license file.)
# This work is based on OpenCV samples code (https://opencv.org/license.html)

import cv2 as cv
import argparse
import numpy as np
Expand Down

0 comments on commit 7b25c2c

Please sign in to comment.