Peter

Results 7 issues of Peter

with `docformatter 1.4`, command `docformatter --wrap-summaries 100 --wrap-descriptions 100` the following docstring ``` """hello yeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet -v """ ``` gets transformed to ``` """hello yeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeet -v.""" ``` which is fine (correct),...

P: enhancement
C: style

# Description Fix IMAGE_PATH in client ## Type of change Please delete options that are not relevant. - [x] Bug fix (non-breaking change which fixes an issue) - [ ]...

# Description Add new extras `inference[lmm]` in our wheels, so our pip installs can install requirements needed to run paligemma and florence2. NOTE: Florence2 will still need flash attention to...

If you navigate to: https://www.kaggle.com/models/google/paligemma-ft You'll see in the weights drop down that ChartQA wasn't released

DRAFT do not review

Hey @Peterande ! First of all, thank you so much for this interesting contribution. We at Roboflow are trying to benchmark D-FINE's performance on smaller roboflow datasets, like those in...

How were you able to measure ~16ms for LW-DETR xlarge when the original paper measures ~20ms (and I can reproduce that number on a T4)