Skip to content

Commit

Permalink
Update mask_rcnn.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitanyk committed Mar 9, 2019
1 parent 3d21890 commit 2bf4526
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Mask-RCNN/mask_rcnn.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// This code is written at BigVision LLC. It is based on the OpenCV project. It is subject to the license terms in the LICENSE file found in this distribution and at http://opencv.org/license.html
// Copyright (C) 2018-2019, Sunita Nayak at BigVision LLC (LearnOpenCV.com), All Rights Reserved.
// 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.)

// Usage example: ./mask_rcnn.out --video=run.mp4
// ./mask_rcnn.out --image=bird.jpg
Expand Down

0 comments on commit 2bf4526

Please sign in to comment.