mirror of
https://github.com/alibaba/EasyCV.git
synced 2025-06-03 14:49:00 +08:00
4 lines
129 B
Python
4 lines
129 B
Python
|
from .commont import check_path_exists, download
|
||
|
from .download_coco import download_coco
|
||
|
from .download_voc import download_voc
|