vincentgong7 / VG_AlexeyAB_darknet

A forked AlexeyAB Darknet repo with extra convenient functions.

Home Page:https://darknet.gong.im

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After input 2,000 images error: Segmentation fault (core dumped)

JonathanTW1990 opened this issue · comments

Hi Vincent,
I ran this code with input 20,000 images, but when I finished almost 1000 images.
It appear this error:
Cannot load image "xxxx.jpg"
Segmentation fault (core dumped)
I checked every jpg file in folder.
It must be no problem.
Do you have this experience when you batch processing a lot of images?
Thank you

GPU:GTX1080
OS:Ubuntu16.04

Hi Jonathan,

I think this is caused by the running out of RAM. Could you try increasing the RAM of the machine? Or, I would try categorising these 20,000 images into 20 folders each with 1000 images, and do the detecting.

Best Regards,
Vincent