I still don’t save but just kill, I uploaded my data and configuration, can you help me see if it works? test.tar.gz (1.0 MB)
It can be found normally on the configuration and the original dataset I uploaded, but not on the dataset. I don’t know the data there. Is this because my dataset has already appeared?
I found out last night that if I replaced it with the resnet10 model, I couldn’t train it either. It would also cause video memory and memory overflow, and the program would be killed.
For detectnet_v2, it does not support training on images of multiple resolutions. So, firstly, make sure all the training images have the same resolution.
Then if you train a model as below and set enable_auto _resize: true
output_image_width: 480
output_image_height: 272
then, it will resize your training images to 480x272.