Darknet: it is possible to process more than one video at a time?

Created on 12 Oct 2017  路  4Comments  路  Source: pjreddie/darknet

what GPU should have?

Most helpful comment

@AlexeyAB hi,rercently,I need to solve a problem that how to detect 4 pictures at the same with one weithts( one GPU),and get the detection results at the same time.Could you give me some advices?Thanks!!!

All 4 comments

Just run several darknet instances in separate terminals. I can run at least 4 parallel terminal with yolo-voc.cfg/weights model at a time on one GeForce 970 4 GB GPU-RAM.

Thanks for the answer, I'm working with a gtx 660TI 2GB card and when processing a second video gives me the following error: CUDA: Error: out of memory

Possibly it is for the card used

Do you use width=416 height=416 batch=1 subdivision=1 in your cfg-file?

@AlexeyAB hi,rercently,I need to solve a problem that how to detect 4 pictures at the same with one weithts( one GPU),and get the detection results at the same time.Could you give me some advices?Thanks!!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ivomarvan picture ivomarvan  路  3Comments

ryuzakinho picture ryuzakinho  路  4Comments

AndyZX picture AndyZX  路  3Comments

ghost picture ghost  路  4Comments

TheHidden1 picture TheHidden1  路  3Comments