- 24 Sep, 2021 1 commit
-
-
Pavlo Beylin authored
-
- 23 Sep, 2021 1 commit
-
-
Pavlo Beylin authored
-
- 22 Sep, 2021 4 commits
-
-
Pavlo Beylin authored
-
Pavlo Beylin authored
-
Pavlo Beylin authored
-
Pavlo Beylin authored
-
- 21 Sep, 2021 1 commit
-
-
Pavlo Beylin authored
-
- 20 Sep, 2021 1 commit
-
-
Pavlo Beylin authored
-
- 26 Aug, 2021 1 commit
-
-
Pavlo Beylin authored
-
- 25 Aug, 2021 2 commits
-
-
Pavlo Beylin authored
-
Pavlo Beylin authored
-
- 24 Aug, 2021 2 commits
-
-
Pavlo Beylin authored
-
Pavlo Beylin authored
-
- 22 Aug, 2021 2 commits
-
-
Pavlo Beylin authored
-
Pavlo Beylin authored
-
- 18 Aug, 2021 2 commits
-
-
Glenn Jocher authored
* `check_requirements(('coremltools',))` * Update ci-testing.yml * Update ci-testing.yml
-
Huu Quan, CAP authored
* fix missing labels after augmentation * Update datasets.py Cleanup Co-authored-by:
Huu Quan <huuquan@HuuQuans-MacBook.local> Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 17 Aug, 2021 2 commits
-
-
Glenn Jocher authored
-
Jiacong Fang authored
* Add models/tf.py for TensorFlow and TFLite export * Set auto=False for int8 calibration * Update requirements.txt for TensorFlow and TFLite export * Read anchors directly from PyTorch weights * Add --tf-nms to append NMS in TensorFlow SavedModel and GraphDef export * Remove check_anchor_order, check_file, set_logging from import * Reformat code and optimize imports * Autodownload model and check cfg * update --source path, img-size to 320, single output * Adjust representative_dataset * Put representative dataset in tfl_int8 block * detect.py TF inference * weights to string * weights to string * cleanup tf.py * Add --dynamic-batch-size * Add xywh normalization to reduce calibration error * Update requirements.txt TensorFlow 2.3.1 -> 2.4.0 to avoid int8 quantization error * Fix imports Move C3 from models.experimental to models.common * Add models/tf.py for TensorFlow and TFLite export * Set auto=False for int8 calibration * Update requirements.txt for TensorFlow and TFLite export * Read anchors directly from PyTorch weights * Add --tf-nms to append NMS in TensorFlow SavedModel and GraphDef export * Remove check_anchor_order, check_file, set_logging from import * Reformat code and optimize imports * Autodownload model and check cfg * update --source path, img-size to 320, single output * Adjust representative_dataset * detect.py TF inference * Put representative dataset in tfl_int8 block * weights to string * weights to string * cleanup tf.py * Add --dynamic-batch-size * Add xywh normalization to reduce calibration error * Update requirements.txt TensorFlow 2.3.1 -> 2.4.0 to avoid int8 quantization error * Fix imports Move C3 from models.experimental to models.common * implement C3() and SiLU() * Fix reshape dim to support dynamic batching * Add epsilon argument in tf_BN, which is different between TF and PT * Set stride to None if not using PyTorch, and do not warmup without PyTorch * Add list support in check_img_size() * Add list input support in detect.py * sys.path.append('./') to run from yolov5/ * Add int8 quantization support for TensorFlow 2.5 * Add get_coco128.sh * Remove --no-tfl-detect in models/tf.py (Use tf-android-tfl-detect branch for EdgeTPU) * Update requirements.txt * Replace torch.load() with attempt_load() * Update requirements.txt * Add --tf-raw-resize to set half_pixel_centers=False * Add --agnostic-nms for TF class-agnostic NMS * Cleanup after merge * Cleanup2 after merge * Cleanup3 after merge * Add tf.py docstring with credit and usage * pb saved_model and tflite use only one model in detect.py * Add use cases in docstring of tf.py * Remove redundant `stride` definition * Remove keras direct import * Fix `check_requirements(('tensorflow>=2.4.1',))` Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 16 Aug, 2021 2 commits
-
-
Glenn Jocher authored
-
Omid Sadeghnezhad authored
-
- 15 Aug, 2021 3 commits
-
-
Glenn Jocher authored
-
Glenn Jocher authored
-
Glenn Jocher authored
* Add `SPPF()` layer * Cleanup * Add credit
-
- 14 Aug, 2021 6 commits
-
-
Glenn Jocher authored
* Implement new headers * Reformat 1 * Reformat 2 * Reformat 3 - math * Reformat 4 - yaml
-
Glenn Jocher authored
-
Glenn Jocher authored
* Merge PIL and OpenCV box plotting functions * Add ASCII check to plot_one_box * Cleanup * Cleanup2
-
Glenn Jocher authored
* Remove `encoding='ascii'` * Reinstate `encoding='ascii'` in emojis()
-
Glenn Jocher authored
* Add yolov5s-ghost.yaml * Finish C3Ghost * Add C3Ghost to list * Add C3Ghost to number of repeats if statement * Fixes * Cleanup
-
Glenn Jocher authored
-
- 13 Aug, 2021 2 commits
-
-
Ahmad Mustafa Anis authored
* no cache option * no cache option * bit change * changed to 0,1 instead of True False * Update train.py * Update datasets.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
Glenn Jocher authored
-
- 11 Aug, 2021 7 commits
-
-
Glenn Jocher authored
-
Ayush Chaurasia authored
* Improve docstrings and run names * default wandb login prompt with timeout * return key * Update api_key check logic * Properly support zipped dataset feature * update docstring * Revert tuorial change * extend changes to log_dataset * add run name * bug fix * bug fix * Update comment * fix import check * remove unused import * Hardcore .yaml file extension * reduce code * Reformat using pycharm * Remove redundant try catch * More refactoring and bug fixes * retry * Reformat using pycharm * respect LOGGERS include list * Fix * fix Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
Ayush Chaurasia authored
* Improve docstrings and run names * default wandb login prompt with timeout * return key * Update api_key check logic * Properly support zipped dataset feature * update docstring * Revert tuorial change * extend changes to log_dataset * add run name * bug fix * bug fix * Update comment * fix import check * remove unused import * Hardcore .yaml file extension * reduce code * Reformat using pycharm * Remove redundant try catch * More refactoring and bug fixes * retry * Reformat using pycharm * respect LOGGERS include list * Initial readme update * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
Glenn Jocher authored
-
Glenn Jocher authored
-
Yuantao Yang authored
Co-authored-by:
yangyuantao <yangyuantao@transai.cn>
-
Glenn Jocher authored
-
- 05 Aug, 2021 1 commit
-
-
Yonghye Kwon authored
* more simpler code for DWConvClass more simpler code for DWConvClass * remove DWConv function * Replace DWConvClass with DWConv
-