-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Do we have any option to use GPU to increase performance of model loading and detection?
As currently in Object Detection it's taking around 10 seconds. If we want to do this on GPU, can we do that?
Running below lines through web worker, increases overall UI experience but not increases any performance.
const model = await pipeline("object-detection", "Xenova/detr-resnet-50");
const result = await model(img, { threshold: 0.9 });
Can we use GPU for that?
jparismorgan, AmitDJagtap, ArturFormella and tonynoce
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested