keras-CenterNet icon indicating copy to clipboard operation
keras-CenterNet copied to clipboard

IndexError: index 100 is out of bounds for axis 1 with size 100

Open zharfanzahisham opened this issue 2 years ago • 1 comments

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

zharfanzahisham avatar Jun 27 '22 03:06 zharfanzahisham

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.

stale[bot] avatar Jul 10 '22 10:07 stale[bot]