-
由 Glenn Jocher 提交于
* Recursive directories dataset capability * x.split('.')[-1] * f += glob.glob(f"{p}{os.sep}**.*", recursive=True) * f += glob.glob(str(p / '**.*'), recursive=True) * remove . from image and vid formats * .txt to txt * str(p / '**' / '*.*')