YOLOv4-Cloud-Tutorial icon indicating copy to clipboard operation
YOLOv4-Cloud-Tutorial copied to clipboard

how to pass file name in .darknet detect command

Open santhanal opened this issue 5 years ago • 0 comments

hi,

how do i pass file name in the below command instead of hardcoding the file name to read multiple images at once

!./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -ext_output -dont_show -out result.json < /mydrive/images.txt

Instead of hardcoding this "/mydrive/images.txt" filename i want to pass it through code.images.txt may change. Please help me understanding this command

santhanal avatar Aug 24 '20 06:08 santhanal