bradyz / cross_view_transformers

Cross-view Transformers for real-time Map-view Semantic Segmentation (CVPR 2022 Oral)
MIT License
531 stars 81 forks source link

generating labels error : [OSError]: [Error 24] Too many open files #54

Open 1146065545 opened 10 months ago

1146065545 commented 10 months ago

python3 scripts/generate_label.py\ . . . [OSError]: [Error 24] Too many open files

TimDing-aoi commented 9 months ago

I solved this by increasing the files open limit ulimit -n 500000