1. 27 9月, 2021 3 次提交
  2. 26 9月, 2021 1 次提交
  3. 25 9月, 2021 4 次提交
  4. 24 9月, 2021 1 次提交
  5. 22 9月, 2021 1 次提交
  6. 20 9月, 2021 5 次提交
  7. 19 9月, 2021 2 次提交
  8. 18 9月, 2021 5 次提交
  9. 17 9月, 2021 4 次提交
  10. 16 9月, 2021 5 次提交
  11. 15 9月, 2021 3 次提交
    • Glenn Jocher's avatar
      Evolution `--resume` fix (#4802) · 621b6d5b
      Glenn Jocher 提交于
      Also disable `/weights` dir creation when evolving as no weights are saved and empty folder causes user expectations of weights.
      621b6d5b
    • Glenn Jocher's avatar
      Add `--int8` argument (#4799) · b74dd4ba
      Glenn Jocher 提交于
      * Add `--int8` argument
      
      * parents[0] bug fix
      
      * Fix order
      b74dd4ba
    • Jihoon Kim's avatar
      Shuffle all 4(or 9) images in mosaic augmentation (#4787) · fcb225c1
      Jihoon Kim 提交于
      Thank you for sharing nice open-source codes 👍
      
      I applied to shuffle the order of all 4(or 9) images in mosaic augmentation
      
      Currently, the order of images in mosaic augmentation is not completely random.
      The remaining images except the first are randomly arranged. Apply shuffle all to increase the diversity of data composition.
      fcb225c1
  12. 13 9月, 2021 1 次提交
  13. 12 9月, 2021 3 次提交
    • Glenn Jocher's avatar
      Update ci-testing.yml (#4770) · b161edf8
      Glenn Jocher 提交于
      b161edf8
    • 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
    • Glenn Jocher's avatar
      c47be26f
  14. 11 9月, 2021 1 次提交
  15. 10 9月, 2021 1 次提交