摘要: for file in os.listdir('yolov3_tiny_car_det/output'): fsize = os.path.getsize(f'yolov3_tiny_car_det/output/{file}') if (fsize<40000): os.remove(f'yolo 阅读全文
posted @ 2020-02-03 18:21 you-wh 阅读(986) 评论(0) 推荐(0) 编辑
Fork me on GitHub