• Glenn Jocher's avatar
    AutoShape PosixPath support (#4047) · 9dd33fd2
    Glenn Jocher 提交于
    * AutoShape PosixPath support
    
    Usage example:
    
    ````python
    from pathlib import Path
    
    model = ...
    file = Path('data/images/zidane.jpg')
    
    results = model(file)
    ```
    
    * Update common.py
    9dd33fd2
common.py 16.5 KB