Spencer Kraisler

Results 2 comments of Spencer Kraisler

> You can use this repo: https://github.com/AlexeyAB/darknet > > To process a list of images `data/train.txt` and save results of detection to `result.txt` use: > > `./darknet detector test cfg/voc.data...

> Currently it can't. > > You just can copy all txt files from folder with images by using OS command > > * Windows `copy *.txt c:\mydir` > *...