cocoapi
cocoapi copied to clipboard
COCO API - Dataset @ http://cocodataset.org/
When running:`pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotools"` I get "Running setup.py install for mmpycocotools did not run successfully. │ exit code: 1 ╰─> [10 lines of output] running install /opt/conda/envs/openmmlab/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install...
[setup.py](pycocotools/setup.py) is missing numpy dependency, thus `pip install mmpycocotools` results in the following error: ``` Collecting mmpycocotools==12.0.3 Downloading mmpycocotools-12.0.3.tar.gz (23 kB) ERROR: Command errored out with exit status 1: command:...
https://github.com/open-mmlab/cocoapi/blob/01f805cd54d7bd7af64c0fbd5fd96d8ca0b9ddc9/lvis/lvis/eval.py#L357-L358 As descriped at [upstream](https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations): > `np.float` was a deprecated alias for the builtin `float`. To avoid this error in existing code, use `float` by itself. see also https://github.com/lvis-dataset/lvis-api/issues/37
Hello Guys, ModuleNotFoundError: No module named 'pycocotools' happened after running pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirectory=pycocotools" -U, would you please help me out?
This is the implementation of LRP Error on open-mmlab COCOapi. In the output file, in addition to the standard AP-based values, you will see LRP Error, components and class-wise optimal...
Hi, When I pass customized parameter p with p.catIds = [15, 30] into COCOEval.accumulate, k_list would return [0, 1] since both 15 and 30 are in the original set of...
Ubuntu 18.04, AMD Ryzen 3700x MMCV: 1.0.5 MMDetection: 2.3.0+68d860d MMDetection Compiler: GCC 7.5 MMDetection CUDA Compiler: 10.1 In the function setDetParams(), the code: self. iouThrs = np.linspace(.5, 0.95, int(np.round((0.95 -...
Hello mmlab, It's great to see COCO and LVIS API merged into one repo. However, the original python api still suffers from slow evaluation speed (~ minutes). AFAIK, NVIDIA has...