Skip to content

Commit

Permalink
added copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungp committed Apr 13, 2019
1 parent 6f0e805 commit c3e6dad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions datasets/coco_generate_instance_map.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
Copyright (C) 2019 NVIDIA Corporation. All rights reserved.
Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode).
"""

import os
import argparse
from pycocotools.coco import COCO
Expand Down

0 comments on commit c3e6dad

Please sign in to comment.