- 04 Aug, 2021 1 commit
-
-
Glenn Jocher authored
* Update evolution to CSV format * Update * Update * Update * Update * Update * reset args * reset args * reset args * plot_results() fix * Cleanup * Cleanup2
-
- 31 Jul, 2021 1 commit
-
-
Kalen Michael authored
* added callbacks * Update callbacks.py * Update train.py * Update val.py * Fix CamlCase add staticmethod * Refactor logger into callbacks * Cleanup * New callback on_val_image_end() * Add curves and results images to TensorBoard Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 25 Jul, 2021 1 commit
-
-
Glenn Jocher authored
* New CSV Logger * cleanup * move batch plots into Logger * rename comment * Remove total loss from progress bar * mloss :-1 bug fix * Update plot_results() * Update plot_results() * plot_results bug fix
-
- 24 Jul, 2021 1 commit
-
-
Glenn Jocher authored
* Update loggers * Config * Update val.py * cleanup * fix1 * fix2 * fix3 and reformat * format sweep.py * Logger() class * cleanup * cleanup2 * wandb package import fix * wandb package import fix2 * txt fix * fix4 * fix5 * fix6 * drop wandb into utils/loggers * fix 7 * rename loggers/wandb_logging to loggers/wandb * Update message * Update message * Update message * cleanup * Fix x axis bug * fix rank 0 issue * cleanup
-
- 14 Jul, 2021 1 commit
-
-
Glenn Jocher authored
-
- 09 Jul, 2021 1 commit
-
-
Glenn Jocher authored
-
- 07 Jul, 2021 2 commits
-
-
Glenn Jocher authored
-
Glenn Jocher authored
* Feature visualization update * Save to jpg (faster) * Save to png
-
- 28 Jun, 2021 2 commits
-
-
Glenn Jocher authored
* Update `feature_visualization()` Only plot for data with height, width > 1 * cleanup * Cleanup
-
Zigarss authored
* Add feature map visualization Add a feature_visualization function to visualize the mid feature map of the model. * Update yolo.py * remove boolean from forward and reorder if statement * remove print from forward * General cleanup * Indent * Update plots.py Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 10 Jun, 2021 1 commit
-
-
Glenn Jocher authored
* Ignore Seaborn plot warnings * Update plots.py * Update metrics.py
-
- 09 Jun, 2021 1 commit
-
-
Glenn Jocher authored
* Update test.py profiling * half_precision to half * inplace
-
- 19 May, 2021 1 commit
-
-
yeric1789 authored
* Color can be none by default * `plot_one_box()` default `color=(128, 128, 128)` Co-authored-by:
Glenn Jocher <glenn.jocher@ultralytics.com>
-
- 17 May, 2021 2 commits
-
-
Glenn Jocher authored
-
Glenn Jocher authored
-
- 12 May, 2021 1 commit
-
-
Glenn Jocher authored
* Update Colors() * update colors * update colors
-
- 29 Apr, 2021 1 commit
-
-
Glenn Jocher authored
-
- 28 Apr, 2021 1 commit
-
-
Glenn Jocher authored
-
- 21 Apr, 2021 1 commit
-
-
Glenn Jocher authored
* Implement yaml.safe_load() * yaml.safe_dump()
-
- 18 Apr, 2021 1 commit
-
-
Glenn Jocher authored
* PyTorch Hub cv2 .save() .show() bug fix cv2.rectangle() was failing on non-contiguous np array inputs. This checks for contiguous arrays and applies is necessary: ```python imgs[i] = im if im.data.contiguous else np.ascontiguousarray(im) # update ``` * Update plots.py ```python assert im.data.contiguous, 'Image not contiguous. Apply np.ascontiguousarray(im) to plot_on_box() input image.' ``` * Update hubconf.py Expand CI tests to OpenCV image.
-
- 11 Apr, 2021 1 commit
-
-
Glenn Jocher authored
-
- 13 Mar, 2021 1 commit
-
-
Glenn Jocher authored
* labels.png class names * fontsize=10
-
- 19 Feb, 2021 2 commits
-
-
Glenn Jocher authored
* Update inference default to multi_label=False * bug fix * Update plots.py * Update plots.py
-
Glenn Jocher authored
-
- 01 Feb, 2021 1 commit
-
-
Glenn Jocher authored
-
- 31 Jan, 2021 1 commit
-
-
Glenn Jocher authored
* Add --speed benchmark * test range 256 - 1536 * update * update * update * update
-
- 28 Jan, 2021 1 commit
-
-
Glenn Jocher authored
-
- 27 Jan, 2021 1 commit
-
-
Glenn Jocher authored
* W&B log epoch * capitalize * W&B log epoch * capitalize * Update train.py New try using https://docs.wandb.ai/library/log#incremental-logging * Update train.py * Update test.py * Update train.py * Update plots.py * Update train.py * Update train.py * label plot step -1 * update * update * update * update * update * update * Update train.py * Update train.py
-
- 18 Jan, 2021 1 commit
-
-
Abhiram V authored
-
- 12 Jan, 2021 1 commit
-
-
Glenn Jocher authored
* W&B ImportError message fix * colorstr() updates * colorstr() updates * colorstr() default to 'blue', 'bold' * train: magenta * train: blue
-
- 05 Jan, 2021 1 commit
-
-
Glenn Jocher authored
* Update C3 module * Update C3 module * Update C3 module * Update C3 module * update * update * update * update * update * update * update * update * update * updates * updates * updates * updates * updates * updates * updates * updates * updates * updates * update * update * update * update * updates * updates * updates * updates * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update datasets * update * update * update * update attempt_downlaod() * merge * merge * update * update * update * update * update * update * update * update * update * update * parameterize eps * comments * gs-multiple * update * max_nms implemented * Create one_cycle() function * update * update * update * update * update * update * update * update study.png * update study.png * Update datasets.py
-
- 04 Jan, 2021 1 commit
-
-
Glenn Jocher authored
-
- 19 Dec, 2020 1 commit
-
-
Glenn Jocher authored
-
- 18 Dec, 2020 1 commit
-
-
Glenn Jocher authored
-
- 16 Dec, 2020 1 commit
-
-
Glenn Jocher authored
-
- 09 Dec, 2020 1 commit
-
-
Glenn Jocher authored
-
- 02 Dec, 2020 2 commits
-
-
Glenn Jocher authored
* Update matplotlib tight_layout=True * udpate * udpate * update * png to ps * update * update
-
Glenn Jocher authored
-
- 01 Dec, 2020 1 commit
-
-
Hu Ye authored
fix bugs in plot_images
-
- 30 Nov, 2020 1 commit
-
-
Glenn Jocher authored
* Daemon thread plotting * remove process_batch * plot after print
-