YOEO icon indicating copy to clipboard operation
YOEO copied to clipboard

YouOnlyEncodeOnce - A CNN for Embedded Object Detection and Semantic Segmentation

Results 17 YOEO issues
Sort by recently updated
recently updated
newest added

https://github.com/bit-bots/YOEO/blob/0aaecc2359c619db8f8666b0f3890044308578ba/yoeo/utils/datasets.py#L143C9-L143C55

bug

## Proposed changes added a feature that trains and tests on negative data this should reduce false positive segmentations on background ## Related issues ## Necessary checks - [ ]...

## Proposed changes Add reference to the new anchorless weights

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0 to 6.0.1. Changelog Sourced from pyyaml's changelog. 6.0.1 (2023-07-18) yaml/pyyaml#702 -- pin Cython build dep to < 3.0 Commits c42fa3b 6.0.1 release ae08bdc block Cython 3.0+...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.0. Release notes Sourced from pillow's releases. 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes Fixed deallocating mask images #7246 [@​radarhere] Added ImageFont.MAX_STRING_LENGTH #7244 [@​radarhere] Fix Windows build with pyproject.toml...

dependencies

Bumps [onnx-simplifier](https://github.com/daquexian/onnx-simplifier) from 0.3.10 to 0.4.33. Commits a6f555f bump to 0.4.33 c339599 upgrade onnxoptimizer for latest bugfixes 699e223 bump to 0.4.32 949d13c add missing providers=["CPUExecutionProvider"] 25a9737 remove unnecessary check_model calls...

dependencies

Bumps [tensorboard](https://github.com/tensorflow/tensorboard) from 2.12.2 to 2.13.0. Release notes Sourced from tensorboard's releases. TensorBoard 2.13.0 Bug Fixes Several improvements to the projector plugin (thank you @​alicialics) Embedding Projector: fix regex suffix...

dependencies

## Proposed changes ## Related issues ## Necessary checks - [ ] Update poetry package version [semantically](https://semver.org/) - [ ] Write documentation - [ ] Create issues for future work...

Here are some ideas what to do in our CI - [ ] Test for determinism (training produces the same output?) - [ ] Test conversion scripts _Originally posted by...

## Proposed changes - Add python script for downloading pretrained weights - Add command `yoeo-download-weights` for simplification - Update Readme doc - Remove old bash script ## Related issues ##...