ValueError: not enough values to unpack (expected 4, got 3)
See original GitHub issueI use this command: python .\train.py -c .\config.json
but gives the following error. I did not change anything.
Using TensorFlow backend.
valid_annot_folder not exists. Spliting the trainining set.
Seen labels: {}
Given labels: ['raccoon']
Some labels have no annotations! Please revise the list of labels in the config.json.
Traceback (most recent call last):
File ".\train.py", line 280, in <module>
_main_(args)
File ".\train.py", line 182, in _main_
config['model']['labels']
ValueError: not enough values to unpack (expected 4, got 3)
I changed config.json
with config_raccoon.json
file by renaming it as config.json
to use.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6
Top Results From Across the Web
ValueError: not enough values to unpack (expected 4, got 1)
I would like to understand why I am getting the error and how to fix it. from sys import argv script, first, second,...
Read more >ValueError: not enough values to unpack (expected 4, got 2)
I have written this code fig, (axis1, axis2,axis3, axis4)=plt.subplots(2,2,figsize=(10,4)) and I am getting this error ValueError: not enough ...
Read more >Python ValueError: not enough values to unpack Solution
The “ValueError: not enough values to unpack” error is raised when you try to unpack more values from an iterable object than those...
Read more >ValueError: not enough values to unpack ... - Python Forum
while trying to execute the program I got the error mention in the subject. kindly help me in this, I am new to...
Read more >not enough values to unpack (expected 3 got 0) · Issue #7131 ...
Question Error reported when using train.py to train own dataset. Valueerror: not enough values to unpack (expected 3 got 0) The label...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
delete your ‘.pkl’ file
Please refer to this: https://github.com/experiencor/keras-yolo3/issues/243#issuecomment-583768111