Seppo Enarvi

Results 88 comments of Seppo Enarvi

> 1. `pre-commit` is complaining and it isn't capable to automatically send fixes for your PR, because it has the same limitations as I do - it cannot contribute to...

I don't know if this is something that you'd like to consider, but I submitted an [implementation of YOLOv3 and YOLOv4](https://github.com/Lightning-AI/lightning-bolts/blob/master/pl_bolts/models/detection/yolo/yolo_module.py) to Lightning Bolts, and later submitted a [pull request](https://github.com/Lightning-AI/lightning-bolts/pull/817)...

@FateScript what exactly do you mean by data providing logic? I would think that all the models in `torchvision.models.detection` should use the same input format, so that you can use...

> > what exactly do you mean by data providing logic? > > @senarvi Data providing logic here means that data related code such as data augmentation, dataset cacheing and...

I added a YOLOv7 architecture in the [Bolts pull request](https://github.com/Lightning-AI/lightning-bolts/pull/817). So now it supports the YOLO variants listed by @zhiqwang in the initial post. The biggest new architectural change was...

I prepared the contribution. Just need an official approval from my employer.

Just a quick update that some of my managers are not at the office at the moment. Hopefully I will get the approval next week.

> A possible workaround for the @stinovlas's import use case is to use getattr instead: > > ```python > try: > TestCase: Any = getattr(unittest, 'IsolatedAsyncioTestCase') > except AttributeError: #...

Same thing with me on Windows 11.

> Any ideas on how to copy & paste that code? Currently hotkeys and right-click are captured by Lightroom. The Microsoft OCR engine doesn't seem to work at all for...