darknet
darknet copied to clipboard
Useful functionalities added on the original darknet public repository.
Hi Rafael, I'm trying to build your custom darknet repos after having downloaded it with git clone, by using the command 'make' . (running in Linux): I get the following...
I tried running ./darknet testimages cfg/dota.data cfg/yolo-dota.cfg dota-backup/yolo-dota.cfg_450000.weights -img /home/shiva/work/DOTA_YOLOv2/data_transform/images/try.jpg -savetxt -saveimg I got this error Arguments: dataFile: cfg/dota.data cfgFile: cfg/yolo-dota.cfg weightsFile: dota-backup/yolo-dota.cfg_450000.weights default confidence thresh: 0.250000 hier_thresh: 0.500000 Segmentation...
I would like to know what src files have changed and how to export the coordinates ( yolo format)to a txt just as you have done