laclouis5 / globox

A package to read and convert object detection datasets (COCO, YOLO, PascalVOC, LabelMe, CVAT, OpenImage, ...) and evaluate them with COCO and PascalVOC metrics.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeError: 'type' object is not subscriptable

rlrahulkanojia opened this issue · comments

Getting following error after installing.

Steps to reproduce:

python3
from globox import ObjectDetectionEval

ObjectDetectionEval is the old package name, you can either import everything from globox with the wildcard:

from globox import *

Or selectively import classes and functions:

from globox import AnnotationSet