Skip to content

Commit

Permalink
Dual license for some of the Labelme utils
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 11, 2024
1 parent 1d1ba70 commit 12d425b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions labelme/utils/_io.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# MIT License
# Copyright (c) Kentaro Wada

import os.path as osp

import numpy as np
Expand Down
3 changes: 3 additions & 0 deletions labelme/utils/image.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# MIT License
# Copyright (c) Kentaro Wada

import base64
import io

Expand Down
3 changes: 3 additions & 0 deletions labelme/utils/shape.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# MIT License
# Copyright (c) Kentaro Wada

import math
import uuid

Expand Down

0 comments on commit 12d425b

Please sign in to comment.