Open HarryOC493 opened 4 years ago
Hi there im trying to have an image path stored in a variable and then call it in the yolo cmd line but its not loading the image something like this: abcd = "data/dog.jpg" !./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights abcd
abcd = "data/dog.jpg" !./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights abcd
What command line? Linux terminal?
running google colab
@AlexeyAB can you help?
@5002coyrrah https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/01.05-IPython-And-Shell-Commands.ipynb#scrollTo=V6b0JuyR_TsT
Hi there im trying to have an image path stored in a variable and then call it in the yolo cmd line but its not loading the image something like this:
abcd = "data/dog.jpg" !./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights abcd