Metadata-Version: 2.1
Name: yolov5_inference
Version: 0.1
Summary: code de inference yolov5
Home-page: https://github.com/ultralytics/yolov5
Author: cuongngm
Author-email: cuonghip0908@gmail.com
License: UNKNOWN
Description: Package dung de inference model yolov5 voi custom object
        # Install
        ```bash
        pip install yolov5_inference
        ```
        
        # Use
        ```bash
        model = yolov5_inference(weights='../path/of/weights')
        img_path = '../path/of/img'
        rs = model.detect(img_path)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
