You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously I tried to train full map and found this issue.
lmdb.Error: Datasets/LAV/LAV-full/main_trajs_lidar_leaderboard2/ojqvvvjmpc: Too many open files
OSError: [Errno 24] Too many open files: '/tmp/tmps5uonmzowandb-media'
Thank you for the great effort that you have put in the project and for making it available publicly.
I am facing an issue while training the full models using train_full.py
I am running it on windows 11:
Python 3.7.13
and with the following env:
When I run the following command:
python C:\Users\username\LAV\lav\train_full.py --num-workers 0 --batch-size 8
I get the following error:
In the tkinter file in init to be exact in the del in line 3504-3510:
I am not sure why the error happens or where is the main thread that is not in the main loop.
I would be highly appreciative for any help. Thanks again for sharing your wonderful effort.
The text was updated successfully, but these errors were encountered: