skip to Main Content

Ubuntu – Errno 2: No such file or directory, but file exists

I have the following lines of code: model_weight = "/home/Object-Detection-and-location-RealsenseD435/DNN/engine/yolov3.weights" model_cfg = "/home/Object-Detection-and-location-RealsenseD435/DNN/engine/yolov3.cfg" model_classname= "/home/Object-Detection-and-location-RealsenseD435/DNN/engine/classname.txt" And when I try running it, I get the following error: FileNotFoundError: [Errno 2] No such file or directory: '/home/Object-Detection-and-location-RealsenseD435/DNN/engine/classname.txt' The file that's causing the…

VIEW QUESTION
Back To Top
Search