-
Notifications
You must be signed in to change notification settings - Fork 25
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
ValueError: not enough values to unpack (expected 8, got 5) #11
Comments
|
Thanks for the reply!
sanity checks
'val_root': './kitti_t_o/training', |
|
hi, I run:
python -u main.py --config ./config.yaml/config.yaml --result-path=./results
then have the error:
Traceback (most recent call last):
File "main.py", line 275, in
main()
File "main.py", line 115, in main
lr_scheduler, last_iter + 1, tb_logger)
File "main.py", line 173, in train
part=args.part)
File "main.py", line 235, in validate
step, args.result_path, part=part)
ValueError: not enough values to unpack (expected 8, got 5)
this is I can not fix! Can you help m?
Also. at the beginning, I find that "Add [0] cars in [0/3975] images". as shown as below. Is that ok?
Only calculate the last transform with weight 0.001
Building dataset using dets file ./data/pp_train_dets.pkl
Detect [ 16258] cars in [3365/3975] images
Add [0] cars in [0/3975] images
Building dataset using dets file ./data/pp_train_dets.pkl
Detect [ 16258] cars in [3365/3975] images
Add [0] cars in [0/3975] images
Building dataset using dets file ./data/pp_val_dets.pkl
Detect [ 13170] cars in [3475/3945] images
Add [0] cars in [0/3945] images
The text was updated successfully, but these errors were encountered: