AutoShape PosixPath support (#4047)
* AutoShape PosixPath support
Usage example:
````python
from pathlib import Path
model = ...
file = Path('data/images/zidane.jpg')
results = model(file)
```
* Update common.py
正在显示
请
注册
或者
登录
后发表评论