-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excuse me, there are some operational problems about "python TCP/train.py --gpus" #25
Comments
Hi, you should set the root_dir_all variable in config.py to the actual directory of your data. |
So sorry, I have set the root_dir_all variable for dataset in config.py. I use the Baidu Cloud dataset provided by you. I found that there is no packed_ data.npy in this dataset. |
Sorry about this problem. Those files might get ignored for the Baidu Cloud zip file. You can use |
Thank. And another question. ValueError: num_samples should be a positive integer value, but got num_samples=0 |
Could you please check the content of the |
Exception ignored in: <function LeaderboardEvaluator.del at 0x7f81f5933200> |
Could you please provide all the error information? Usually, this del leaderboard_evaluator error happens after some other exceptions or errors. |
Are you able to solve this error? I run sh leaderboard/scripts/data_collection.sh and I get this error: init statistics_manager How to resolve this? |
Excuse me, there are some operational problems about "python TCP/train.py --gpus"
python TCP/train.py --gpus 1
Traceback (most recent call last):
File "TCP/train.py", line 171, in
train_set = CARLA_Data(root=config.root_dir_all, data_folders=config.train_data, img_aug = config.img_aug)
File "/home/zjy/TCP/TCP/TCP/data.py", line 49, in init
data = np.load(os.path.join(sub_root, "packed_data.npy"), allow_pickle=True).item()
File "/home/zjy/anaconda3/envs/TCP/lib/python3.7/site-packages/numpy/lib/npyio.py", line 416, in load
fid = stack.enter_context(open(os_fspath(file), "rb"))
FileNotFoundError: [Errno 2] No such file or directory: 'Tcp/tcp_carla_data/town01/packed_data.npy'
The text was updated successfully, but these errors were encountered: