Darknet YOLO (Obj Detection) icon Darknet YOLO (Obj Detection) Tiny YOLOv3 CPU-only real-time object detection using a camera; offline detection, script-triggered on-changes or on-demand results with class/scores. Try it →
 

Exists

File.exists(filename)

Parameters

filename Path of file to check if exists.

Returns

True if the file at path filename exists. False otherwise.

Description

Checks if the file at path filename exists.