"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "91f3dfbfdd42f51d04f4f956a1de1316d3b97b77"
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