keras-CenterNet
keras-CenterNet copied to clipboard
IndexError: index 100 is out of bounds for axis 1 with size 100
Received this error when I was training on my custom dataset. I used the CSV generator for my custom dataset and inferencing worked fine but running the training gave me this error. Any help?
Here's the command I used to run the training:
python train.py --snapshot checkpoints/pascal_81_1.5415_3.0741_0.6860_0.7057_0.7209_0.7290.h5 --gpu 0 --random-transform --compute-val-loss --batch-size 32 --steps 1000 csv datasets/oil_palm/images/annotations.csv datasets/oil_palm/images/classes.csv
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.