AlekseyKorshuk
commited on
Commit
•
bd02ff9
1
Parent(s):
dc7c5f5
updates
Browse files- detection_metrics.py +0 -5
detection_metrics.py
CHANGED
@@ -1483,11 +1483,6 @@ from typing import Dict, List, Union
|
|
1483 |
import numpy as np
|
1484 |
import torch
|
1485 |
|
1486 |
-
from detection_metrics.pycocotools.coco import COCO
|
1487 |
-
from detection_metrics.pycocotools.cocoeval import COCOeval
|
1488 |
-
from detection_metrics.utils import (_TYPING_BOX, _TYPING_PREDICTIONS, convert_to_xywh,
|
1489 |
-
create_common_coco_eval)
|
1490 |
-
|
1491 |
_SUPPORTED_TYPES = ["bbox"]
|
1492 |
|
1493 |
|
|
|
1483 |
import numpy as np
|
1484 |
import torch
|
1485 |
|
|
|
|
|
|
|
|
|
|
|
1486 |
_SUPPORTED_TYPES = ["bbox"]
|
1487 |
|
1488 |
|