umtclskn / Carla_Simulator_YOLOV3_Object_Detection

Simple sample for Carla Simulator Yolo V3 object detection (tensorflow 1.15.x)
MIT License
6 stars 4 forks source link

FileNotFoundError: [Errno 2] No such file or directory: '/opt/carla-simulator/PythonAPI/examples/tensorflow_yolov3/carla/data\\classes\\coco.names' #1

Open amerfathullah opened 3 years ago

amerfathullah commented 3 years ago

HI,

I got this error when trying to run yolov3_object_detection.py . It said file not found, but the file exist in the directory.

Regards, Amer

RyanC1681 commented 3 years ago

same error as below. Did you fix it? Thanks File "C:\CARLA_0.9.11\WindowsNoEditor\PythonAPI\examples\tensorflow_yolov3\carla\utils.py", line 26, in read_class_names with open(class_file_name, 'r') as data: FileNotFoundError: [Errno 2] No such file or directory: './data/classes/coco.names'

amerfathullah commented 3 years ago

no, I didn't. I just use other model. this repo has insufficient guide.

sgyyds commented 1 year ago

Do you have the file yolov3_coco.pb. I have the file of coco.names