diff --git a/annotator/hed/__init__.py b/annotator/hed/__init__.py index b11cb9d0c8..a6a8fc712f 100644 --- a/annotator/hed/__init__.py +++ b/annotator/hed/__init__.py @@ -1,4 +1,4 @@ -# This is an improved version and model of HED edge detection without GPL contamination +# This is an improved version and model of HED edge detection with Apache License, Version 2.0. # Please use this implementation in your products # This implementation may produce slightly different results from Saining Xie's official implementations, # but it generates smoother edges and is more suitable for ControlNet as well as other image-to-image translations.