Metadata-Version: 1.1
Name: fast-coco-eval-python
Version: 0.0.2
Summary: fast coco eval api
Home-page: https://github.com/Mark-ZhouWX/fast-coco-eval
Author: Mark-ZhouWX
Author-email: zhouwuxing@qq.com
License: Apache License 2.0
Description: # Introduction
        A fast coco eval api that wraps facebook's coco eval api in detectron2
        
        # Reference
        The code file `cocoeval.cpp` in folder `cocoeval` is referenced from repository https://github.com/facebookresearch/detectron2.
        The corresponding commit id is 3e71a2711bec4eaa488d29cd07f124d384d9d69e 'Apply clang-format update fixes'.
        
        The code file `cocoeval.h` in folder 'cocoeval` is referenced from repository https://github.com/facebookresearch/detectron2.
        The corresponding commit id is 60d7a1fd33cc48e58968659cd3301f3300b2786b 'update copyright header'.
        
        The python `fast_coco_eval_api.py` is modified from https://github.com/Megvii-BaseDetection/YOLOX/blob/main/yolox/layers/fast_coco_eval_api.py.
        The corresponding commit id is 6513f769fa500b3c7ad23b90a91dcbd8402be330 'feat(layers): support jit op'.
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
