• lb-desupervised's avatar
    Slightly modify CLI execution (#3687) · bfb2276b
    lb-desupervised 提交于
    * Slightly modify CLI execution
    
    This simple change makes it easier to run the primary functions of this
    repo (train/detect/test) from within Python. An object which represents
    `opt` can be constructed and fed to the `main` function of each of these
    modules, rather than having to call the lower level functions directly,
    or run the module as a script.
    
    * Update export.py
    
    Add CLI parsing update for more convenient module usage within Python.
    Co-authored-by: 's avatarLewis Belcher <lb@desupervised.io>
    bfb2276b
名称
最后提交
最后更新
..
hub 正在载入提交数据...
__init__.py 正在载入提交数据...
common.py 正在载入提交数据...
experimental.py 正在载入提交数据...
export.py 正在载入提交数据...
yolo.py 正在载入提交数据...
yolov5l.yaml 正在载入提交数据...
yolov5m.yaml 正在载入提交数据...
yolov5s.yaml 正在载入提交数据...
yolov5x.yaml 正在载入提交数据...