logo
Browse Source

Remove cv2 from import

Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
main
Jael Gu 2 years ago
parent
commit
966c1977f6
  1. 2
      tn.py

2
tn.py

@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import cv2
import numpy as np
import networkx as nx
from networkx.algorithms.dag import dag_longest_path

Loading…
Cancel
Save