can buffalo model batch process images?
#1
by
divastar
- opened
can buffalo model batch process images?
The particular models in this repo cannot, but they can be adapted to allow batching. I just addedimmich-app/buffalo_l_batch
with batch-capable models. (This is still in testing and does not work with immich at the moment.)
This comment has been hidden
hi , I didn't find the buffalo_l_batch. how this model relates to scrfd model? thank you
buffalo_l_batch uses the same SCRFD 10g detection model from InsightFace’s buffalo_l release, but the input is (‘batch’, 3, 640, 640)
instead of (1, 3, h, w)
. The outputs also have the same batch
axis.
Thank you!
Yes, this is the KPS variant of their SCRFD model that also does landmark detection.