prabindh / euclid

Euclid object labeller for frictionless object detection training purposes in Machine learning frameworks (KITTI, YOLO)
45 stars 20 forks source link

File search with Python 3.5+ returns empty #16

Open prabindh opened 5 years ago

prabindh commented 5 years ago

For Python 3.5, need to look at below specification:

glob.glob(os.path.join(pre_path, '**', filename+extension), recursive=True)