Metadata-Version: 2.1
Name: panda_producer
Version: 0.1.1
Summary: put panda on your head
Home-page: https://https://gitee.com/zhao_qy/panda_producer
Author: Autumn
Author-email: zhao_qyu@163.com
License: MIT
Description: Function to calculate mean average precision (mAP) in CSV format for post detection prediction calculation.
        
        # Requirements
        
        python 3.*, numpy, cv2, 
        # Installation
        
        ```
        pip install panda_producer
        pip install panda_producer -i https://pypi.python.org/simple
        ```
        
        ## Usage example:
        
        ```
        
        from panda_producer import gen_panda_head
        import cv2
        
        front_img = cv2.imread("front.jpg", 0)
        res = gen_panda_head(front_img, "text", hyper=128)
        ```
        
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
