• Glenn Jocher's avatar
    Enhanced check_requirements() with auto-install (#2575) · 2b329b09
    Glenn Jocher 提交于
    * Update check_requirements() with auto-install
    
    This PR builds on an idea I had to automatically install missing dependencies rather than simply report an error message. 
    
    YOLOv5 should now 1) display all dependency issues and not simply display the first missing dependency, and 2) attempt to install/update each missing/VersionConflict package.
    
    * cleanup
    
    * cleanup 2
    
    * Check requirements.txt file exists
    
    * cleanup 3
    2b329b09
名称
最后提交
最后更新
.github 正在载入提交数据...
data 正在载入提交数据...
models 正在载入提交数据...
utils 正在载入提交数据...
weights 正在载入提交数据...
.dockerignore 正在载入提交数据...
.gitattributes 正在载入提交数据...
.gitignore 正在载入提交数据...
Dockerfile 正在载入提交数据...
LICENSE 正在载入提交数据...
README.md 正在载入提交数据...
detect.py 正在载入提交数据...
hubconf.py 正在载入提交数据...
requirements.txt 正在载入提交数据...
test.py 正在载入提交数据...
train.py 正在载入提交数据...
tutorial.ipynb 正在载入提交数据...