Damien Menigaux
Damien Menigaux
Hi. This package is really useful. Are you guys planning on supporting multiple target ips for remote syncing ? This would be very helpful. Thank you very much.
I did this to change torch tensor storage of decoded frames to cupy. This is because the memory footprint of cupy is much lower than pytorch. Since I plan on...
The opencv `VideoCapture` class has `grab` and `retrieve` methods that allow it to ingest codec data but not actually decode a frame, which saves compute power (not 100% though ofc)....
### 🚀 Torchvision GPU compatible text writing on images Hi. Right now, I believe that if you wanna write text on a GPU Tensor, you're gonna have to do it...
Hi. I spent two days working on this repo in order to render batch evaluation possible. I've created a set of parallel functions (test_images next to test_image, proposal_layer_batch next to...
Part of a multi-PR work to improve #59168
Part of a multi-PR work to fix #59168 cc @jerryzh168 @jianyuh @raghuramank100 @jamesr66a @vkuzo @jgong5 @Xia-Weiwen @leslie-fang-intel
And I think it should.
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar feature requests. ### Description Is there any plan to support [RT-DETR v2](https://github.com/lyuwenyu/RT-DETR/tree/main/rtdetrv2_pytorch) plz ?...