"model/models/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "bd6c1d6b49aca86dbb1a59182b293c0d1f7b8db8"
Commit 7d1fb7c7 authored by Vishnu Banna's avatar Vishnu Banna
Browse files

model Kmean comments adressed

parent 5d419763
...@@ -17,13 +17,8 @@ import numpy as np ...@@ -17,13 +17,8 @@ import numpy as np
import tensorflow as tf import tensorflow as tf
from official.vision.beta.projects.yolo.ops import box_ops from official.vision.beta.projects.yolo.ops import box_ops
from official.vision.beta.projects.yolo.ops import math_ops
from official.core import input_reader from official.core import input_reader
import matplotlib.patches as patches
import matplotlib.pyplot as plt
from matplotlib.pyplot import cm
import logging import logging
def _iou(X, centroids_X, iou_type = "iou"): def _iou(X, centroids_X, iou_type = "iou"):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment