I am trying to train an object detector using D-lib. I selected close to 100 images for training. I am using the Python environment. As per documentation, I used the Imglab tool to draw the bounding boxes across the images. Every image is almost 4000*3000 pixels in size. And then placed the generated XML file into my location and called the detector program. Here are my doubts and questions.
What should I use as the testing XML file while running the program? I ran without assigning any testing XML in place. However, I get the following. Training with C: 5 Training with epsilon: 0.01 Training using 8 threads. Training with sliding window 81 pixels wide by 79 pixels tall. Training on both left and right flipped versions of images. Killed What does 'killed' mean by the way?
What should I do now? Please guide!