- 25 9月, 2021 2 次提交
-
-
由 Jiacong Fang 提交于
* Add arguments to TensorFlow NMS call * Add regex substitution to reorder Identity_* * Delete reorder in docstring * Cleanup * Cleanup2 * Removed `+ \` on string ends (not needed) Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Jiacong Fang 提交于
* Avoid out-of-image class labels * Update plots.py * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 24 9月, 2021 1 次提交
-
-
由 NauchtanRobotics 提交于
-
- 22 9月, 2021 1 次提交
-
-
由 Ayush Chaurasia 提交于
* evolve fix * Enable login timeout * fix pkg * check rank * don't relogin * fix * reformat
-
- 20 9月, 2021 5 次提交
-
-
由 Ayush Chaurasia 提交于
* evolve fix * Enable login timeout * fix pkg * check rank * don't relogin
-
由 Glenn Jocher 提交于
* Annotator `check_font()` RANK -1 remove progress * Cleanup
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 19 9月, 2021 2 次提交
-
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Simplify `check_requirements()` usage * remove assert, print()
-
- 18 9月, 2021 5 次提交
-
-
由 Glenn Jocher 提交于
* Update `sys.path.append(str(ROOT))` * Cleanup
-
由 Glenn Jocher 提交于
* Refactor argparser printing to `print_args()` * Cleanup
-
由 Glenn Jocher 提交于
-
由 Ayush Chaurasia 提交于
* evolve fix * Enable login timeout * fix pkg
-
由 Glenn Jocher 提交于
Defines dataset labels *.cache version in a single place, fixing a bug introduced in #4845.
-
- 17 9月, 2021 4 次提交
-
-
由 Glenn Jocher 提交于
PR should produce datasets sorted alphabetically by filename. Cache version incremented to 0.5. Note: will force a one-time re-caching of existing datasets on first-use.
-
由 Glenn Jocher 提交于
* Unpin Pillow * Update requirements.txt * Update plots.py
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
- 16 9月, 2021 5 次提交
-
-
由 Glenn Jocher 提交于
* Fix val.py study plot * call plot_val_study * Rename plot_study_txt to plot_val_study
-
由 Jiacong Fang 提交于
* Add fused conv support * Set all saved_model values to non trainable * Fix TFLite fp16 model export * Fix int8 TFLite conversion
-
由 Glenn Jocher 提交于
Follows #4823
-
由 Kalen Michael 提交于
* added callbacks * added back callback to main * added save_dir to callback output * merged in upstream * removed ghost code * added url check * Add url2file() * Update file-only Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
-
- 15 9月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
Also disable `/weights` dir creation when evolving as no weights are saved and empty folder causes user expectations of weights.
-
由 Glenn Jocher 提交于
* Add `--int8` argument * parents[0] bug fix * Fix order
-
由 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.
-
- 13 9月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 12 9月, 2021 3 次提交
-
-
由 Glenn Jocher 提交于
-
由 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
-
由 Glenn Jocher 提交于
-
- 11 9月, 2021 1 次提交
-
-
由 Glenn Jocher 提交于
-
- 10 9月, 2021 7 次提交
-
-
由 Glenn Jocher 提交于
* Writeable test * Fix * Cleanup
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
-
由 Glenn Jocher 提交于
* Fix `is_writeable()` for 3 OS support * Update general.py
-
由 Josh Veitch-Michaelis 提交于
* add callbacks to train function in wandb sweep Fix following https://github.com/ultralytics/yolov5/pull/4688 which modified the function signature to `train` * Cleanup Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
由 Glenn Jocher 提交于
* Improved detect.py timing * Eliminate 1 time_sync() call * Inference-only time * dash * #Save section * Cleanup
-
由 Glenn Jocher 提交于
@KalenMike
-