Skip to content

Commit 59ba081

Browse files
authored
Update __init__.py
1 parent 45bb4e1 commit 59ba081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

annotator/hed/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Note that this implementation uses a 3rd-party reimplementation of HED detection by ["sniklaus/pytorch-hed"](https://github.com/sniklaus/pytorch-hed/). The HED codes and weights are lisenced by GPL from [hafriedlander](https://github.com/hafriedlander). The lisence conflits (hafriedlander's GPL license and ControlNet's Apache-2.0 license) are maintained by a [special agreement](https://github.com/sniklaus/pytorch-hed/). Any other projects uses this implementation must follow hafriedlander's GPL license and ControlNet's Apache-2.0 at the same time.
1+
# Note that this implementation uses a 3rd-party reimplementation of HED detection by ["sniklaus/pytorch-hed"](https://github.com/sniklaus/pytorch-hed/). The HED codes and weights are lisenced by GPL from [sniklaus](https://github.com/sniklaus). The lisence conflits (hafriedlander's GPL license and ControlNet's Apache-2.0 license) are maintained by a [special agreement](https://github.com/lllyasviel/ControlNet/issues/262). Any other projects uses this implementation must follow hafriedlander's GPL license and ControlNet's Apache-2.0 at the same time.
22

33
import numpy as np
44
import cv2

0 commit comments

Comments
 (0)