"docs/vscode:/vscode.git/clone" did not exist on "66c72082d07f51918707d69cf801beb3bcf1fbee"
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
import tensorflow as tf
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
import matplotlib.patches as patches
import matplotlib.pyplot as plt
from matplotlib.pyplot import cm
import logging
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