• Glenn Jocher's avatar
    Add TensorFlow formats to `export.py` (#4479) · c3a93d78
    Glenn Jocher 提交于
    * Initial commit
    
    * Remove unused export_torchscript return
    
    * ROOT variable
    
    * Add prefix to fcn arg
    
    * fix ROOT
    
    * check_yaml into run()
    
    * interim fixes
    
    * imgsz=(320, 320)
    
    * Hardcode tf_raw_resize False
    
    * Finish opt elimination
    
    * Update representative_dataset_gen()
    
    * Update export.py with TF methods
    
    * SiLU and GraphDef fixes
    
    * file_size() directory handling feature
    
    * export fixes
    
    * add lambda: to representative_dataset
    
    * Detect training False default
    
    * Fuse false for TF models
    
    * Embed agnostic NMS arguments
    
    * Remove lambda
    
    * TensorFlow.js export success
    
    * Add pb to Usage
    
    * Add *_tfjs_model/ to ignore files
    
    * prepend YOLOv5 to function headers
    
    * Remove end --- comments
    
    * parameterize tfjs export pb file
    
    * update run() data default /ROOT
    
    * update --include help
    
    * update imports
    
    * return ct_model
    
    * Consolidate TFLite export
    
    * pb prerequisite to tfjs
    
    * TF modules CamelCase
    
    * Remove exports from tf.py and cleanup
    
    * pass agnostic NMS arguments
    
    * CI
    
    * CI
    
    * ignore *_web_model/
    
    * Add tensorflow to CI dependencies
    
    * CI tensorflow-cpu
    
    * Update requirements.txt
    
    * Remove tensorflow check_requirement
    
    * CI coreml tfjs
    
    * export only onnx torchscript
    
    * reorder exports torchscript first
    c3a93d78
名称
最后提交
最后更新
.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 正在载入提交数据...