• junji hashimoto's avatar
    Feature `python train.py --cache disk` (#4049) · 2d990632
    junji hashimoto 提交于
    * Add cache-on-disk and cache-directory to cache images on disk
    
    * Fix load_image with cache_on_disk
    
    * Add no_cache flag for load_image
    
    * Revert the parts('logging' and a new line) that do not need to be modified
    
    * Add the assertion for shapes of cached images
    
    * Add a suffix string for cached images
    
    * Fix boundary-error of letterbox for load_mosaic
    
    * Add prefix as cache-key of cache-on-disk
    
    * Update cache-function on disk
    
    * Add psutil in requirements.txt
    
    * Update train.py
    
    * Cleanup1
    
    * Cleanup2
    
    * Skip existing npy
    
    * Include re-space
    
    * Export return character fix
    Co-authored-by: 's avatarGlenn Jocher <glenn.jocher@ultralytics.com>
    2d990632
名称
最后提交
最后更新
.github 正在载入提交数据...
data 正在载入提交数据...
models 正在载入提交数据...
utils 正在载入提交数据...
.dockerignore 正在载入提交数据...
.gitattributes 正在载入提交数据...
.gitignore 正在载入提交数据...
CONTRIBUTING.md 正在载入提交数据...
Dockerfile 正在载入提交数据...
LICENSE 正在载入提交数据...
README.md 正在载入提交数据...
detect.py 正在载入提交数据...
export.py 正在载入提交数据...
hubconf.py 正在载入提交数据...
requirements.txt 正在载入提交数据...
train.py 正在载入提交数据...
tutorial.ipynb 正在载入提交数据...
val.py 正在载入提交数据...